mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-10 13:36:52 +03:00
сhore: remove tabs
This commit is contained in:
@@ -547,16 +547,16 @@ add_socks5_for_section() {
|
|||||||
--arg section "$section" \
|
--arg section "$section" \
|
||||||
'.inbounds += [{
|
'.inbounds += [{
|
||||||
"tag": $tag,
|
"tag": $tag,
|
||||||
"type": "mixed",
|
"type": "mixed",
|
||||||
"listen": "0.0.0.0",
|
"listen": "0.0.0.0",
|
||||||
"listen_port": ($port|tonumber),
|
"listen_port": ($port|tonumber),
|
||||||
"set_system_proxy": false
|
"set_system_proxy": false
|
||||||
}] |
|
}] |
|
||||||
.route.rules += [{
|
.route.rules += [{
|
||||||
"inbound": [$tag],
|
"inbound": [$tag],
|
||||||
"outbound": $section,
|
"outbound": $section,
|
||||||
"action": "route"
|
"action": "route"
|
||||||
}]' $SING_BOX_CONFIG >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json $SING_BOX_CONFIG
|
}]' $SING_BOX_CONFIG >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json $SING_BOX_CONFIG
|
||||||
}
|
}
|
||||||
|
|
||||||
process_socks5() {
|
process_socks5() {
|
||||||
|
|||||||
Reference in New Issue
Block a user