mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +00:00
Disable fullcone warning for now
This commit is contained in:
parent
cb48380604
commit
f09d8f8e1f
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ index 1b4764c..c5716da 100644
|
|||
|
||||
+ if (!nft_try_fullcone()) {
|
||||
+ delete defs.fullcone;
|
||||
+ warn("nft_try_fullcone failed, disable fullcone globally\n");
|
||||
+ //warn("nft_try_fullcone failed, disable fullcone globally\n");
|
||||
+ }
|
||||
+
|
||||
this.state.defaults = defs;
|
||||
|
|
Loading…
Reference in a new issue