mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-29 13:40:33 +03:00
7 lines
243 B
Bash
7 lines
243 B
Bash
#!/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
|
|
|