updated readme

This commit is contained in:
fancy
2020-04-24 13:21:00 +08:00
parent ce7990d26a
commit 945222a5cd
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ enable_tcp=true
enable_udp=true
enable_ipv4=true
enable_ipv6=true
enable_dns=true
## do not modify this if you don't known what you are doing
table=100

View File

@@ -32,6 +32,9 @@ It aslo supports global transparent proxy. See [Global transparent proxy](#globa
Why cgroup v2? Because simple, elegant and intuitive.
For now, linux default using cgroup v1 for compatibility, this project need cgroup v2, you need disable cgroup v1 and enable cgroup v2 in your system. see [Disabling v1 cgroups](https://wiki.archlinux.org/index.php/Cgroups#Disabling_v1_cgroups).
- `findmnt -t cgroup,cgroup2` to find out your cgroup version
- `systemd-cgls` to see the cgroup hierarchical tree.
- TPROXY