You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add ability to provide interface list to advertise through zeroconf (#164)
* add ability to provide interface list to advertise throw zeroconf
* 1. rename advertise parameter interfaces_to_advertise -> zeroconf_interfaces_to_advertise
2. add some documentation about new parameter
* docs: Fix typo
* docs: fix typo
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,8 @@ credentials:
79
79
If `persist_credentials` is `true`, after connecting to the device for the first time credentials will be stored locally
80
80
and you can switch to interactive mode without having to authenticate manually.
81
81
82
+
If `zeroconf_interfaces_to_advertise` is provided, you can limit interfaces that will be advertised. For example, if you have Docker installed on your host, you may want to disable advertising to its bridge interface, or you may want to disable interfaces that will not be reachable.
83
+
82
84
### Interactive mode
83
85
84
86
This mode allows you to associate your account with the device and make it discoverable even outside the network. It
0 commit comments