parent
552ee1e3f7
commit
78060c0ab7
@ -225,6 +225,8 @@ load_acl() {
|
|||||||
use_block_list=${USE_BLOCK_LIST}
|
use_block_list=${USE_BLOCK_LIST}
|
||||||
use_gfw_list=${USE_GFW_LIST}
|
use_gfw_list=${USE_GFW_LIST}
|
||||||
chn_list=${CHN_LIST}
|
chn_list=${CHN_LIST}
|
||||||
|
tcp_proxy_mode=${TCP_PROXY_MODE}
|
||||||
|
udp_proxy_mode=${UDP_PROXY_MODE}
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in $(cat ${TMP_ACL_PATH}/${sid}/rule_list); do
|
for i in $(cat ${TMP_ACL_PATH}/${sid}/rule_list); do
|
||||||
|
@ -258,6 +258,8 @@ load_acl() {
|
|||||||
use_block_list=${USE_BLOCK_LIST}
|
use_block_list=${USE_BLOCK_LIST}
|
||||||
use_gfw_list=${USE_GFW_LIST}
|
use_gfw_list=${USE_GFW_LIST}
|
||||||
chn_list=${CHN_LIST}
|
chn_list=${CHN_LIST}
|
||||||
|
tcp_proxy_mode=${TCP_PROXY_MODE}
|
||||||
|
udp_proxy_mode=${UDP_PROXY_MODE}
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in $(cat ${TMP_ACL_PATH}/${sid}/rule_list); do
|
for i in $(cat ${TMP_ACL_PATH}/${sid}/rule_list); do
|
||||||
|
Loading…
Reference in New Issue
Block a user