Skip to content

Commit 01ffa68

Browse files
committed
fix: update
1 parent 678e4c3 commit 01ffa68

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/guide/installation/14_securing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The Network Address is randomly assigned on device join and usually remains the
150150
The "permit join" state determines whether new devices are allowed to join the network.
151151
Joining is enabled temporarily (for 254 seconds by default) via the dedicated frontend button or via MQTT. You can also close the joining window manually once pairing is complete.
152152

153-
:::warning WARNING
153+
:::tip TIP
154154
Freshly joined devices may automatically permit joining on themselves for a specific duration (max 254 seconds).
155155
:::
156156

@@ -169,11 +169,12 @@ See also [Add install code via MQTT](../../guide/usage/mqtt_topics_and_messages.
169169
For stricter control over which devices are allowed on the network, use a passlist or blocklist.
170170
See [Device blocklist / passlist](../configuration/block-pass-list.md) for more details.
171171
172-
:::tip
172+
:::tip TIP
173173
Devices that are not allowed are removed from the network on startup (e.g. configuration changes since last run), and on join attempts.
174+
Note: removal is a request sent to the targeted device to "ask it" to leave, a malicious device could purposely ignore it.
174175
:::
175176
176-
:::tip
177+
:::tip TIP
177178
Using a passlist is the most restrictive and therefore most secure option, only explicitly trusted devices can join.
178179
:::
179180

0 commit comments

Comments
 (0)