mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-31 06:30:38 +03:00
Move entware from separate branch to openwrt
This commit is contained in:
6
youtubeUnblockEntware/files/ndm_youtubeUnblock.sh
Normal file
6
youtubeUnblockEntware/files/ndm_youtubeUnblock.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
[ "$type" == "ip6tables" ] && exit 0 >/dev/null 2>&1
|
||||
[ "$table" != "mangle" ] && exit 0 >/dev/null 2>&1
|
||||
/opt/etc/init.d/S91youtubeUnblock firewall-stop >/dev/null 2>&1
|
||||
/opt/etc/init.d/S91youtubeUnblock firewall-load >/dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user