mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-24 06:10:11 +00:00
5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
./adbyby&
|
||
|
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8118
|