Passwall & Passwall2 & OpenClash ... Compatible with RouterOS container
10K+
Std. Version<duqn/openwrt:latest>: PassWall / PassWall2
Enh. Version<duqn/openwrt:Ev>: PassWall / PassWall2 / Bypass / SSR-Plus / OpenClash / VSSR (Hello World)
Kernel Version: 5.6.3-64
Password: root
ip link set eth0 promisc on
docker network create -d macvlan –subnet=10.10.10.0/24 –gateway=10.10.10.1 -o parent=eth0 openwrt
docker run –restart always –name openwrt -d –network openwrt
nano /etc/config/network
config interface 'lan'
option device 'eth0'
option proto 'static'
option ipaddr '<IP under the local bridge>'
option gateway '<RouterOS local bridge IP>'
option dns '8.8.8.8'
list ip6addr '<IPv6 under the local bridge>'
list ip6gw '<RouterOS local bridge IPv6>'
/etc/init.d/network restart
nano /etc/config/firewall
SYN-flood disabled
/etc/init.d/firewall restart
Content type
Image
Digest
sha256:e3f23de5a…
Size
48.8 MB
Last updated
over 2 years ago
docker pull duqn/openwrt