aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiley <49880817+DerZombiiie@users.noreply.github.com>2022-04-21 12:38:12 +0200
committerGitHub <noreply@github.com>2022-04-21 12:38:12 +0200
commitece85942c193d1915b24ce02df93f7aef3b3afd2 (patch)
treee06eb3c1a7dd8bbbaae89e850c133cfb6df86232
parent6212e5ec77416e81f5ad5b4a06536e391b9bc432 (diff)
Update config.go
-rw-r--r--config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.go b/config.go
index 35ac9ac..f19e35b 100644
--- a/config.go
+++ b/config.go
@@ -15,7 +15,6 @@ const (
defaultTelnetAddr = "[::1]:40010"
defaultBindAddr = ":40000"
defaultListInterval = 300
- //defaultFallbackServers = [...]string{}
)
var config Config