You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ip tuntap add dev tun0 mod tun
ip -6 addr add fced:9999::9999/64 dev tun0
ip link set dev tun0 up
tun2socks -device tun0 -proxy socks5://127.0.0.1:40000 -interface tun0
ip -6 route add ::/1 dev tun0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ip tuntap add dev tun0 mod tun ip -6 addr add fced:9999::9999/64 dev tun0 ip link set dev tun0 up tun2socks -device tun0 -proxy socks5://127.0.0.1:40000 -interface tun0 ip -6 route add ::/1 dev tun0
Beta Was this translation helpful? Give feedback.
All reactions