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
-rwxr-xr-xcmd/mt-multiserver-proxy/build.sh4
2 files changed, 8 insertions, 0 deletions
diff --git a/cmd/mt-multiserver-proxy/.gitignore b/cmd/mt-multiserver-proxy/.gitignore
new file mode 100644
index 0000000..ef1a813
--- /dev/null
+++ b/cmd/mt-multiserver-proxy/.gitignore
@@ -0,0 +1,4 @@
+config.json
+cache/
+*.log
+auth/
diff --git a/cmd/mt-multiserver-proxy/build.sh b/cmd/mt-multiserver-proxy/build.sh
new file mode 100755
index 0000000..dd49510
--- /dev/null
+++ b/cmd/mt-multiserver-proxy/build.sh
@@ -0,0 +1,4 @@
+cd ../..
+go build
+cd cmd/mt-multiserver-proxy
+go build