From 5483b017b66ee8d9d44e96d88921c639df2fb3fe Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 21 Feb 2018 05:28:19 +0800 Subject: [PATCH] Updated run udp2raw as non root (markdown) --- run-udp2raw-as-non-root.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-udp2raw-as-non-root.md b/run-udp2raw-as-non-root.md index 273a11b..b38a9d2 100644 --- a/run-udp2raw-as-non-root.md +++ b/run-udp2raw-as-non-root.md @@ -18,7 +18,7 @@ sudo iptables -I INPUT -p tcp -m tcp --dport 4096 -j DROP 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 ```