updated readme

This commit is contained in:
fancy
2020-04-24 02:03:13 +08:00
parent 04ce6bee1f
commit 7d76a9742b
2 changed files with 13 additions and 8 deletions

View File

@@ -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
########################################################################