mirror of
https://github.com/springzfx/cgproxy.git
synced 2026-04-23 10:11:04 +08:00
rename nocgproxy to cgnoproxy
This commit is contained in:
10
readme.md
10
readme.md
@@ -111,21 +111,21 @@ sudo systemctl restart cgproxy.service
|
||||
- Then, run your proxy software in cgroup_noproxy to allow direct to internet
|
||||
|
||||
```bash
|
||||
nocgproxy <PROXY PROGRAM>
|
||||
cgnoproxy <PROXY PROGRAM>
|
||||
# qv2ray as example
|
||||
nocgproxy qv2ray
|
||||
cgnoproxy qv2ray
|
||||
# v2ray as example
|
||||
nocgproxy v2ray --config config_file
|
||||
cgnoproxy v2ray --config config_file
|
||||
```
|
||||
|
||||
- Finally, restart service `sudo systemctl restart cgproxy.service`, that's all
|
||||
|
||||
## Other useful tools provided in this project
|
||||
|
||||
- `nocgproxy` run program wihout proxy, very useful in global transparent proxy
|
||||
- `cgnoproxy` run program wihout proxy, very useful in global transparent proxy
|
||||
|
||||
```bash
|
||||
nocgproxy <CMD>
|
||||
cgnoproxy <CMD>
|
||||
```
|
||||
|
||||
- `run_in_cgroup` run command in specific cgroup which will create if not exist , cgroup can be only one level down exist cgroup, otherwise created fail.
|
||||
|
||||
Reference in New Issue
Block a user