We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab850c5 commit a388d6fCopy full SHA for a388d6f
.env.example
@@ -22,3 +22,9 @@ API_KEY = xxxxxxxx-yyyy-zzzz-mmmm-aaaaaaaaaaa
22
# STARTUP_LOG_TAIL_SIZE = 200
23
# STATS_UPDATE_INTERVAL_SECONDS = 10
24
# STATS_CLEANUP_INTERVAL_SECONDS = 300
25
+
26
+### WireGuard optional host forwarding + NAT
27
+# Set to 0 or false to disable nftables masquerade and sysctl forwarding tweaks.
28
+# PG_NODE_WG_HOST_ROUTING = 1
29
+# Egress interface for MASQUERADE; if unset, uses IPv4 default route (then eth0 fallback).
30
+# PG_NODE_WG_NAT_OUTPUT_INTERFACE = eth0
0 commit comments