mirror of https://github.com/mack-a/v2ray-agent
Merge pull request #1006 from lzy1960/fix/singbox-httpproxy
fix(脚本): singbox订阅开启http proxy后,无法连接网络pull/1022/head
commit
192eeb1bbc
|
@ -93,6 +93,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "mixed",
|
||||||
|
"listen": "127.0.0.1",
|
||||||
|
"listen_port": 1082,
|
||||||
|
"sniff": true,
|
||||||
|
"users": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "socks",
|
"type": "socks",
|
||||||
"tag": "socks-in",
|
"tag": "socks-in",
|
||||||
|
|
Loading…
Reference in New Issue