aboutsummaryrefslogtreecommitdiff
path: root/doc/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index 36a5b4a..a7d9ba3 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -117,6 +117,13 @@ Default: ""
Description: The network address and port of an internal server.
```
+> `Server.Fallback`
+```
+Type: []string
+Default: []string{}
+Description: Servers that clients get sent to when server stops or crashes (in order).
+```
+
> `ForceDefaultSrv`
```
Type: bool
@@ -181,6 +188,13 @@ Default: 0
Description: The maximum distance from which CSMs can read the map.
```
+> `FallbackServers`
+```
+Type: []string
+Default: []string{}
+Description: General Fallback servers if server stopps and clients are connected.
+```
+
> `DropCSMRF`
```
Type: bool