Skip to content

Commit

Permalink
add option for listening interface
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Dec 2, 2023
1 parent 1d4696c commit 61e6e56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions admin/jsonConfig.json5
Original file line number Diff line number Diff line change
Expand Up @@ -108,24 +108,21 @@
"autodiscovery": {
"newLine": true,
"type": "checkbox",
"sm": 4,
"md": 4,
"sm": 3,
"md": 3,
"label": "lblAutoDiscovery"
},

// "discoveryListeningAddress" : {
// "type": "ip",
// "disabled": "true",
// "sm": 2,
// "md": 2,
// "default": "0.0.0.0",
// "label": "lblDiscoveryListeningAddress",
// "help": "hlpDiscoveryListeningAddress",
// "listenOnAllPorts" : true,
// "onlyIp4" : true
// },


"discoveryListeningAddress" : {
"type": "ip",
"sm": 3,
"md": 3,
"default": "0.0.0.0",
"label": "lblDiscoveryListeningAddress",
"help": "hlpDiscoveryListeningAddress",
"listenOnAllPorts" : true,
"onlyIp4" : true
},

// Text to explain adapter must be running to load this table
"details-1": {
Expand Down
2 changes: 1 addition & 1 deletion main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61e6e56

Please sign in to comment.