firewall: set default fullcone to high performance mode

This commit is contained in:
coolsnowwolf 2022-12-15 03:59:10 +08:00
parent 418a674f86
commit e50a86b90f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git

View File

@ -3,7 +3,7 @@ config defaults
option input ACCEPT
option output ACCEPT
option forward REJECT
option fullcone 0
option fullcone 2
# Uncomment this line to disable ipv6 rules
# option disable_ipv6 1