1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Remove fullcone warning in firewall4

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-08-30 15:13:47 +02:00
parent 7cc9f91ced
commit 5b4a0d58b0

View file

@ -215,7 +215,7 @@ index 1b4764c..c5716da 100644
}
+ if (this.state.defaults && !this.state.defaults.fullcone) {
+ this.warn_section(data, "fullcone in defaults not enabled, ignore zone fullcone settings");
+ //this.warn_section(data, "fullcone in defaults not enabled, ignore zone fullcone settings");
+ zone.fullcone4 = false;
+ zone.fullcone6 = false;
+ }