Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fancy committed Apr 24, 2020
1 parent ce7990d commit 945222a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cgroup-tproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 945222a

Please sign in to comment.