mirror of
https://github.com/therootcompany/telebit.git
synced 2025-12-25 23:08:47 +00:00
- the system implements a rough round robin also. - members that are removed, do not remove preserving order. - this many skew RR slightly, the small trade of with a non-order slice removal - fixed issue with reaper, would not reap connections that had closed based on write failure - reduced well to 120 seconds. - place holder for other LB ALGO’s like least-connections. - at this time no support for heath checks.
21 lines
368 B
YAML
21 lines
368 B
YAML
rvpn:
|
|
serverName: rvpn1
|
|
wssdomain: localhost.daplie.me
|
|
admindomain: rvpn.daplie.invalid
|
|
genericlistener: 9999
|
|
deadtime:
|
|
dwell: 120
|
|
idle: 60
|
|
cancelcheck: 10
|
|
domains:
|
|
test.daplie.me:
|
|
secret: abc123
|
|
test2.daplie.me:
|
|
secret: abc123
|
|
test3.daplie.me:
|
|
secret: abc123
|
|
loadbalancing:
|
|
defaultmethod: round-robin
|
|
|
|
|