diff options
| author | 2025-12-03 12:22:14 +0000 | |
|---|---|---|
| committer | 2025-12-03 17:26:04 +0000 | |
| commit | 55c2c0348eedc731dd70ce4e3986b1c1240ed105 (patch) | |
| tree | c443964d7ee5b6617ddbe49b8e04728262e0e68e | |
| parent | Update the Windows dependencies. (diff) | |
Fix the <autoconnect> indentation in the example link config.
| -rw-r--r-- | docs/conf/links.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/links.example.conf b/docs/conf/links.example.conf index ef2184754..0c2c0adf7 100644 --- a/docs/conf/links.example.conf +++ b/docs/conf/links.example.conf @@ -119,8 +119,8 @@ # Recommended setup is to have leaves connect to the hub, and have no # automatic connections started by the hub. <autoconnect bootperiod="15s" - period="5m" - server="hub.example.org"> + period="5m" + server="hub.example.org"> # Failover autoconnect block. If you have multiple hubs, or want your network # to automatically link even if the hub is down, you can specify multiple |
