mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-01-07 13:07:56 +08:00
18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"comment":"For usage, see https://github.com/springzfx/cgproxy",
|
|
|
|
"port": 12345,
|
|
"program_noproxy": ["v2ray", "qv2ray"],
|
|
"program_proxy": [],
|
|
"cgroup_noproxy": ["/system.slice/v2ray.service"],
|
|
"cgroup_proxy": [],
|
|
"enable_gateway": false,
|
|
"enable_dns": true,
|
|
"enable_udp": true,
|
|
"enable_tcp": true,
|
|
"enable_ipv4": true,
|
|
"enable_ipv6": true,
|
|
"table": 10007,
|
|
"fwmark": 39283
|
|
}
|