Skip to content

Commit

Permalink
bind discovery listener to specific interface, resolves #67
Browse files Browse the repository at this point in the history
Discovery temporary disabled, will be available in 0.5.0 release
Requires bugfix in ignore-list & creation of new device
  • Loading branch information
DutchmanNL committed Nov 12, 2023
1 parent 81684c7 commit 91cc6ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,17 @@
"label": "lblAutoDiscovery"
},

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

// Refresh table showing all devices
// Sends message to backend to get all current known devices, their configuration and connection status
"loadDevices": {
Expand Down
4 changes: 2 additions & 2 deletions main.js

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

0 comments on commit 91cc6ae

Please sign in to comment.