diff options
author | Riley <49880817+DerZombiiie@users.noreply.github.com> | 2022-04-21 12:38:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 12:38:12 +0200 |
commit | ece85942c193d1915b24ce02df93f7aef3b3afd2 (patch) | |
tree | e06eb3c1a7dd8bbbaae89e850c133cfb6df86232 | |
parent | 6212e5ec77416e81f5ad5b4a06536e391b9bc432 (diff) |
Update config.go
-rw-r--r-- | config.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ const ( defaultTelnetAddr = "[::1]:40010" defaultBindAddr = ":40000" defaultListInterval = 300 - //defaultFallbackServers = [...]string{} ) var config Config |