mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-31 20:29:36 +08:00
Updated run udp2raw as non root (markdown)
parent
e8ad293143
commit
5483b017b6
@ -18,7 +18,7 @@ sudo iptables -I INPUT -p tcp -m tcp --dport 4096 -j DROP
|
|||||||
|
|
||||||
4. then run udp2raw without `-g` option
|
4. then run udp2raw without `-g` option
|
||||||
```
|
```
|
||||||
# run udp2raw with current user
|
# run udp2raw as current user
|
||||||
./udp2raw_amd64 -s -l0.0.0.0:4096 -r 127.0.0.1:7777 -k "passwd" --raw-mode faketcp
|
./udp2raw_amd64 -s -l0.0.0.0:4096 -r 127.0.0.1:7777 -k "passwd" --raw-mode faketcp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user