mirror of
https://github.com/truenas/charts.git
synced 2026-05-12 19:46:48 +08:00
15 lines
235 B
YAML
15 lines
235 B
YAML
wgStorage:
|
|
config:
|
|
type: pvc
|
|
|
|
wgConfig:
|
|
host: wg.domain.com
|
|
password: secret
|
|
clientMTU: 1420
|
|
keepAlive: 5
|
|
clientAddressRange: 10.10.0.x
|
|
clientDNSServer: "8.8.8.8"
|
|
allowedIPs:
|
|
- 10.10.10.0/24
|
|
- 10.10.12.0/24
|