Skip to content

Commit a388d6f

Browse files
committed
docs: update .env.example with WireGuard host forwarding and NAT configuration options
1 parent ab850c5 commit a388d6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ API_KEY = xxxxxxxx-yyyy-zzzz-mmmm-aaaaaaaaaaa
2222
# STARTUP_LOG_TAIL_SIZE = 200
2323
# STATS_UPDATE_INTERVAL_SECONDS = 10
2424
# 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

Comments
 (0)