mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-12-02 17:23:01 +00:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
killall adbyby
|
|
iptables -t nat -D PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8118
|