mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Disable fullcone by default
This commit is contained in:
parent
0c40dfd737
commit
7a3f1abe78
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ index b9a4647..7187723 100644
|
|||
option forward REJECT
|
||||
# Uncomment this line to disable ipv6 rules
|
||||
# option disable_ipv6 1
|
||||
+ option fullcone '1'
|
||||
+ option fullcone '0'
|
||||
|
||||
config zone
|
||||
option name lan
|
||||
|
@ -35,8 +35,8 @@ index b9a4647..7187723 100644
|
|||
option input REJECT
|
||||
option output ACCEPT
|
||||
option forward REJECT
|
||||
+ option fullcone4 '1'
|
||||
+ option fullcone6 '1'
|
||||
+ option fullcone4 '0'
|
||||
+ option fullcone6 '0'
|
||||
option masq 1
|
||||
option mtu_fix 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue