Files
aralez/etc/upstreams.yaml
Ara Sadoyan 6cc72c8b48 New inmplementations, big commit :
1. Nested upstreams with params
2. SSL upstream support
3. Upstreams move to yaml format
4. Command line start arguments
2025-03-16 14:06:29 +01:00

47 lines
971 B
YAML

upstreams:
myip.netangels.net:
paths:
"/draw":
protocol: "wsoc"
ssl: false
servers:
- "192.168.1.1:8000"
"/":
protocol: "http"
ssl: false
servers:
- "127.0.0.1:8000"
- "127.0.0.3:8000"
"/ping":
protocol: "http"
ssl: false
servers:
- "127.0.0.1:8000"
- "127.0.0.4:8000"
polo.netangels.net:
paths:
"/":
protocol: "http"
ssl: false
servers:
- "192.168.1.10:8000"
"/ws":
protocol: "wsoc"
ssl: false
servers:
- "192.168.1.1:8000"
glop.netangels.net:
paths:
"/":
protocol: "http"
ssl: false
servers:
- "192.168.1.10:8000"
- "192.168.1.10:8000"
# apt.netangels.net:
# paths:
# "/":
# protocol: "http"
# ssl: true
# servers:
# - "apt.netangels.net:443"