mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-22 23:09:09 +00:00
Update README.md
This commit is contained in:
parent
384c10f439
commit
b7a56032b9
1 changed files with 5 additions and 18 deletions
23
README.md
23
README.md
|
@ -43,24 +43,11 @@ Tunnel interface to proxy.
|
||||||
Usage: tun2proxy --tun <TUN> --proxy <PROXY_TYPE> --addr <ADDR>
|
Usage: tun2proxy --tun <TUN> --proxy <PROXY_TYPE> --addr <ADDR>
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-t, --tun <TUN>
|
-t, --tun <TUN> Name of the tun interface
|
||||||
Name of the tun interface
|
-p, --proxy <PROXY_TYPE> What proxy type to run [possible values: socks5, http]
|
||||||
|
-a, --addr <ADDR> Server address with format IP:PORT
|
||||||
-p, --proxy <PROXY_TYPE>
|
-h, --help Print help (see more with '--help')
|
||||||
What proxy type to run
|
-V, --version Print version
|
||||||
|
|
||||||
Possible values:
|
|
||||||
- socks5: SOCKS5 server to use
|
|
||||||
- http: HTTP server to use
|
|
||||||
|
|
||||||
-a, --addr <ADDR>
|
|
||||||
Server address with format IP:PORT
|
|
||||||
|
|
||||||
-h, --help
|
|
||||||
Print help (see a summary with '-h')
|
|
||||||
|
|
||||||
-V, --version
|
|
||||||
Print version
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
Loading…
Add table
Reference in a new issue