12345678910111213141516171819202122 |
- appVolumeMounts:
- config:
- emptyDir: true
- mountPath: /etc/wireguard
- dnsConfig:
- options: []
- emptyDirVolumes: true
- environmentVariables: []
- extraAppVolumeMounts: []
- hostNetwork: true
- wgUDPPort: 30290
- webUIPort: 30921
- wgeasy:
- host: wg.domain.com
- password: secret
- client_mtu: 1420
- keep_alive: 5
- client_address_range: 10.10.0.x
- client_dns_server: "8.8.8.8"
- allowed_ips:
- - 10.10.10.0/24
- - 10.10.12.0/24
|