summaryrefslogtreecommitdiff
path: root/stacks/web/share/web-proxy.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/web/share/web-proxy.ini.example')
-rw-r--r--stacks/web/share/web-proxy.ini.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/stacks/web/share/web-proxy.ini.example b/stacks/web/share/web-proxy.ini.example
new file mode 100644
index 0000000..89a755f
--- /dev/null
+++ b/stacks/web/share/web-proxy.ini.example
@@ -0,0 +1,15 @@
+; MAX25 WebSocket forward-proxy (loopback only)
+; Copy to /etc/max25/web-proxy.ini or pass -c / MAX25_WEB_PROXY_INI=
+
+[proxy]
+bind = 127.0.0.1
+port = 7326
+path = /max25
+max_connections = 10
+
+[upstream]
+; max25d M25/1 TCP endpoint
+host = 127.0.0.1
+port = 7325
+; Match max25d.ini [network] tcp_password when set (proxy performs AUTH once)
+tcp_password =
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com