Skip to content
Snippets Groups Projects
Commit ee53db79 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

added permissiveIPChecking flag to permissioning yamls

parent 5753dd13
Branches
No related tags found
1 merge request!4Release
...@@ -29,6 +29,8 @@ disableGatewayPing: true ...@@ -29,6 +29,8 @@ disableGatewayPing: true
# Disable pruning of NDF for offline nodes # Disable pruning of NDF for offline nodes
# if set to false, network will sleep for five minutes on start # if set to false, network will sleep for five minutes on start
disableNDFPruning: true disableNDFPruning: true
permissiveIPChecking: true
# "Location of the user discovery contact file. # "Location of the user discovery contact file.
udContactPath: "results/udContact.bin" udContactPath: "results/udContact.bin"
......
...@@ -31,6 +31,7 @@ disableGatewayPing: true ...@@ -31,6 +31,7 @@ disableGatewayPing: true
# Disable pruning of NDF for offline nodes # Disable pruning of NDF for offline nodes
# if set to false, network will sleep for five minutes on start # if set to false, network will sleep for five minutes on start
disableNDFPruning: true disableNDFPruning: true
permissiveIPChecking: true
clientRegCodes: clientRegCodes:
- "FFFF" - "FFFF"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment