aboutsummaryrefslogtreecommitdiff
path: root/cmd/mt-multiserver-proxy
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mt-multiserver-proxy')
-rw-r--r--cmd/mt-multiserver-proxy/.gitignore4
-rw-r--r--cmd/mt-multiserver-proxy/config.json12
2 files changed, 16 insertions, 0 deletions
diff --git a/cmd/mt-multiserver-proxy/.gitignore b/cmd/mt-multiserver-proxy/.gitignore
new file mode 100644
index 0000000..cdd6352
--- /dev/null
+++ b/cmd/mt-multiserver-proxy/.gitignore
@@ -0,0 +1,4 @@
+config.json
+cache
+latest.log
+auth
diff --git a/cmd/mt-multiserver-proxy/config.json b/cmd/mt-multiserver-proxy/config.json
new file mode 100644
index 0000000..fd26962
--- /dev/null
+++ b/cmd/mt-multiserver-proxy/config.json
@@ -0,0 +1,12 @@
+{
+ "Servers": [
+ {
+ "Name": "default_server",
+ "Addr": "192.168.1.104:30001"
+ },
+ {
+ "Name": "some_other_server",
+ "Addr": "192.168.1.104:30002"
+ }
+ ]
+}