aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-11-17 17:37:57 +0100
committerHimbeer <himbeer@disroot.org>2024-11-17 17:43:45 +0100
commit3bff2563fae6af73013e964e7e08109cea6fef4f (patch)
tree0a7232d98862af1ad59f9abdc01c73ef4dc17c94 /config.go
parent7b69e587118c299d1601680ef70241283f30a009 (diff)
Allow plugins to override server selection when a client joins
Closes #129.
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index 9b6f1e3..176126d 100644
--- a/config.go
+++ b/config.go
@@ -50,6 +50,7 @@ type Config struct {
TelnetAddr string
BindAddr string
DefaultSrv string
+ SrvSelector string
Servers map[string]Server
ForceDefaultSrv bool
KickOnNewPool bool