diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2021-09-11 15:38:45 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2021-09-11 15:38:45 +0200 |
commit | 935156d9fbe9b8ff70197f51804203b725c7cda2 (patch) | |
tree | f973fa5461b0684165a02a24b1f35894242521b8 /config.go | |
parent | fdbd728918e37ff1bf35a0a2e8109ed627e01874 (diff) |
Add server list support
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -43,6 +43,21 @@ type Config struct { DropCSMRF bool Groups map[string][]string UserGroups map[string]string + List struct { + Enable bool + Addr string + Interval int + + Name string + Desc string + URL string + Creative bool + Dmg bool + PvP bool + Game string + FarNames bool + Mods []string + } } // Conf returns a copy of the Config used by the proxy. |