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:
parent
7cc9f91ced
commit
5b4a0d58b0
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ index 1b4764c..c5716da 100644
|
||||||
}
|
}
|
||||||
|
|
||||||
+ if (this.state.defaults && !this.state.defaults.fullcone) {
|
+ 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.fullcone4 = false;
|
||||||
+ zone.fullcone6 = false;
|
+ zone.fullcone6 = false;
|
||||||
+ }
|
+ }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue