You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2022. It is now read-only.
First of all, thanks for this script!
On LEDE using pppoe wan the wan_iface=$(uci get network.wan.ifname) line sets eth0.2 not pppoe-wan so blocking was not working. I replaced the line with IN_OPT="" and it works now.