Skip to content

Commit

Permalink
fix openwrt fw_mark_* option type
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Sep 15, 2019
1 parent 2929b5d commit 55628d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openwrt/nodogsplash/files/etc/config/nodogsplash
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ config nodogsplash
# List: fw_mark_blocked
# Default: 10000 (0001|0000|0000|0000|0000 binary)
#
#list fw_mark_authenticated '30000'
#list fw_mark_trusted '20000'
#list fw_mark_blocked '10000'
#option fw_mark_authenticated '30000'
#option fw_mark_trusted '20000'
#option fw_mark_blocked '10000'

2 comments on commit 55628d1

@bluewavenet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well spotted! Fortunately it worked fine as list, but definitely should be option.

@bluewavenet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.