mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-04-23 10:11:04 +08:00
updated readme
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# see how to configure
|
||||
# https://github.com/springzfx/cgproxy
|
||||
|
||||
########################################################################
|
||||
## cgroup transparent proxy
|
||||
## any process in cgroup_proxy will be proxied, and cgroup_noproxy is the opposite
|
||||
## note: v2ray should not run in a proxied cgroup
|
||||
## any process in cgroup_proxy will be proxied, and cgroup_noproxy the opposite
|
||||
## cgroup must start with slash '/'
|
||||
# cgroup_proxy="/"
|
||||
cgroup_proxy="/proxy.slice"
|
||||
@@ -17,7 +19,7 @@ enable_tcp=true
|
||||
enable_udp=true
|
||||
enable_ipv4=true
|
||||
enable_ipv6=true
|
||||
enable_dns=true # due to v2ray bug https://github.com/v2ray/v2ray-core/issues/1432
|
||||
enable_dns=true
|
||||
|
||||
|
||||
########################################################################
|
||||
|
||||
Reference in New Issue
Block a user