fix dynamicPort bugs

This commit is contained in:
233boy
2019-01-06 16:22:36 +08:00
parent 620ec46f5a
commit d140b3bc3d
15 changed files with 63 additions and 333 deletions

4
src/ban_xx.sh Normal file
View File

@@ -0,0 +1,4 @@
# ban domain
ban_xx_file="/etc/v2ray/233boy/v2ray/config/server/include/ban.json"
sed -i "/\/\/include_ban_xx/r $ban_xx_file" $v2ray_server_config
sed -i "s#//include_ban_xx#,#" $v2ray_server_config

View File

@@ -2,6 +2,9 @@
# vmess
_load vmess-config.sh
# ban domain
_load ban_xx.sh
# ban bt
_load ban_bt.sh