Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions root/etc/config/firewall
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ config defaults
option input REJECT
option output ACCEPT
option forward REJECT
# Uncomment this line to disable ipv6 rules
# option disable_ipv6 1

config zone
option name lan
Expand Down
10 changes: 5 additions & 5 deletions root/usr/share/ucode/fw4.uc
Original file line number Diff line number Diff line change
Expand Up @@ -1959,12 +1959,12 @@ return {
synflood_rate: [ "limit", "25/second" ],
synflood_burst: [ "int", "50" ],

tcp_syncookies: [ "bool", "1" ],
tcp_ecn: [ "int" ],
tcp_window_scaling: [ "bool", "1" ],
tcp_syncookies: [ "bool", null, UNSUPPORTED ],
tcp_ecn: [ "int", null, UNSUPPORTED ],
tcp_window_scaling: [ "bool", null, UNSUPPORTED ],

accept_redirects: [ "bool" ],
accept_source_route: [ "bool" ],
accept_redirects: [ "bool", null, UNSUPPORTED ],
accept_source_route: [ "bool", null, UNSUPPORTED ],

auto_helper: [ "bool", "1" ],
custom_chains: [ "bool", null, UNSUPPORTED ],
Expand Down