You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wgkex.yaml.example
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,18 @@ workers:
42
42
sticky_worker_tolerance: 15
43
43
# [worker] The external hostname of this worker
44
44
externalName: gw04.ext.ffmuc.net
45
+
# [worker] Offline peer cleanup timing, in seconds. All values must be positive.
46
+
cleanup:
47
+
# How often each WireGuard interface is scanned.
48
+
interval: 3600
49
+
# A Parker peer with an earlier last handshake is stale. The default allows
50
+
# multiple 120s config retries and the 180s WireGuard tunnel timeout.
51
+
parker_stale_timeout: 300
52
+
# Preserve the historical three-hour timeout for legacy peers.
53
+
legacy_stale_timeout: 10800
54
+
# Never-handshaked peers are retained this long after provisioning or worker
55
+
# startup, then treated as abandoned.
56
+
initial_handshake_grace: 600
45
57
# [broker, worker]
46
58
parker:
47
59
# Enable Parker support. The broker will still handle non-Parker in the same instance, the worker however will disable non-Parker support in this case.
0 commit comments