Schwarzschild/example_config.yaml

42 lines
905 B
YAML
Raw Permalink Normal View History

2024-05-21 16:55:57 +02:00
ip: 192.168.3.1
user: schwarzschild
pass: <pass>
period: 10
validate_paths_every: 10
routes:
- name: main
paths:
- name: dodox-Y700-WIRED
ip: 192.168.7.150
forwards:
- name: haProxy
protocol: TCP
internal: 809
external: 80
- name: haProxy_ssl
protocol: TCP
internal: 4439
external: 443
- name: dodox-Y700
ip: 192.168.3.150
forwards:
- name: haProxy
protocol: TCP
internal: 809
external: 80
- name: haProxy_ssl
protocol: TCP
internal: 4439
external: 443
- name: ProjectHeimdall
ip: 192.168.3.250
forwards:
- name: haProxy
protocol: TCP
internal: 80
external: 80
- name: haProxy_ssl
protocol: TCP
internal: 443
external: 443