release: prepare 0.2.0 for sing-box 1.14

This commit is contained in:
2026-09-08 19:26:00 +05:00
parent 81ea89f7fa
commit 76dce5b47a
42 changed files with 1634 additions and 549 deletions
+4
View File
@@ -7,6 +7,10 @@ if [ "$1" = configure ]; then
if [ ! -e /etc/vpn-egress/policy.json ]; then
install -m 0600 -o root -g root /usr/share/vpn-egressctl/policy.json /etc/vpn-egress/policy.json
fi
python3 -m vpn_egressctl.installcheck \
/etc/vpn-egress/policy.json \
/var/lib/vpn-egress \
/etc/sing-box/config.json
systemctl daemon-reload >/dev/null 2>&1 || true
fi