Merge pull request #359 from bluewavenet/patch-4
nodogsplash2: Add compatibility with mwan3 v2
This commit is contained in:
commit
448ca58e4c
1 changed files with 3 additions and 3 deletions
|
@ -73,6 +73,6 @@ config nodogsplash
|
|||
#list trustedmac '00:00:C0:01:D0:1D'
|
||||
|
||||
# Set FW_MARK for compatibilty with other OpenWrt Packages eg mwan3, sqm etc.
|
||||
list fw_mark_authenticated '520'
|
||||
list fw_mark_trusted '510'
|
||||
list fw_mark_blocked '500'
|
||||
list fw_mark_authenticated '30000'
|
||||
list fw_mark_trusted '20000'
|
||||
list fw_mark_blocked '10000'
|
||||
|
|
Loading…
Reference in a new issue