mirror of https://github.com/kenzok8/small.git
update 2024-06-29 20:20:03
This commit is contained in:
parent
279d661c20
commit
7fae26394c
|
@ -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