mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 23:43:18 +01:00
Add missing package in OpenWRT documentation
The package 'iptables-mod-extra' also needs to be installed
This commit is contained in:
parent
c0a81353ab
commit
79181043bc
@ -3,6 +3,6 @@ OpenWRT
|
|||||||
|
|
||||||
Run::
|
Run::
|
||||||
|
|
||||||
opkg install python3 python3-pip iptables-mod-nat-extra iptables-mod-ipopt
|
opkg install python3 python3-pip iptables-mod-extra iptables-mod-nat-extra iptables-mod-ipopt
|
||||||
python3 /usr/bin/pip3 install sshuttle
|
python3 /usr/bin/pip3 install sshuttle
|
||||||
sshuttle -l 0.0.0.0 -r <IP> -x 192.168.1.1 0/0
|
sshuttle -l 0.0.0.0 -r <IP> -x 192.168.1.1 0/0
|
||||||
|
Loading…
Reference in New Issue
Block a user