MIKRO TIK! MIKRO CONTAINER SOCKS TUNNEL!
2.8K
Chat https://t.me/it_network_people
# default all local network excluded from socks tunnel
# default socks port 1080
/interface/bridge add name=Bridge-Docker port-cost-mode=short
/ip/address add address=192.168.254.1/24 interface=Bridge-Docker network=192.168.254.0
/interface/veth add address=192.168.254.5/24 gateway=192.168.254.1 name=TUN2SOCKS
/interface/bridge/port add bridge=Bridge-Docker interface=TUN2SOCKS
/container envs add key=SOCKS5_ADDR name=tun value=192.168.254.2
/container/add remote-image=wiktorbgu/hev-socks5-tunnel-mikrotik interface=TUN2SOCKS root-dir=usb1/docker/hev-socks5-tunnel-mikro start-on-boot=yes envlist=tun
/container envs
add key=SOCKS5_PORT name=tun value=1080
add key=SOCKS5_UDP_MODE name=tun value=udp # may be tcp or udp, default udp
add key=SOCKS5_USERNAME name=tun value=UseR
add key=SOCKS5_PASSWORD name=tun value=PassWord
add key=OTHER_ROUTE name=tun value=your other commands for route
Content type
Image
Digest
sha256:b96eb58a4…
Size
874.3 kB
Last updated
3 months ago
Requires Docker Desktop 4.37.1 or later.