From ba0b780adf6743eb6c7dd8a56455af02cf8bafb0 Mon Sep 17 00:00:00 2001 From: fancy Date: Tue, 19 May 2020 14:58:13 +0800 Subject: [PATCH] update readme --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 26d9d76..01d54df 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ ## Introduction -cgproxy will transparent proxy anything running in specific cgroup. It resembles with *proxychains* and *tsock*, but without their disadvantages, and more powerfull. +cgproxy will transparent proxy anything running in specific cgroup. It resembles with *proxychains* and *tsock*s in default setting. It aslo supports global transparent proxy and gateway proxy. See [Global transparent proxy](#global-transparent-proxy) and [Gateway proxy](#gateway-proxy). @@ -143,8 +143,10 @@ sudo systemctl restart cgproxy.service cgnoproxy [--debug] ``` -- `cgattach` attach specific process pid to specific cgroup which will create if not exist , cgroup can be only one level down exist cgroup, otherwise created fail. +- `cgattach` attach specific process pid to specific cgroup which will create if not exist , cgroup can be only one level down exist cgroup, otherwise created fail. + You need to set `set(build_tools ON)` in *CmakeLists.txt* to build this. + ```bash cgattch # example