mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-22 14:59:09 +00:00
test scripts issues
This commit is contained in:
parent
a9ef8f658b
commit
04a0555101
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ sleep 1
|
|||
ip tuntap add name tun0 mode tun
|
||||
ip link set tun0 up
|
||||
ip route add 10.0.0.4 dev tun0
|
||||
"$tun2proxy" --proxy socks5://10.0.0.3:10800 -v off &
|
||||
"$tun2proxy" --tun tun0 --proxy socks5://10.0.0.3:10800 -v off &
|
||||
|
||||
sleep 3
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ sleep 1
|
|||
ip tuntap add name tun0 mode tun
|
||||
ip link set tun0 up
|
||||
ip route add 10.0.0.4 dev tun0
|
||||
"$tun2proxy" --proxy socks5://10.0.0.3:10800 -v off &
|
||||
"$tun2proxy" --tun tun0 --proxy socks5://10.0.0.3:10800 -v off &
|
||||
|
||||
sleep 3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue