mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +00:00
13 lines
190 B
Markdown
13 lines
190 B
Markdown
|
|
# Gateway
|
||
|
|
|
||
|
|
- NAT/Firewall (iptables)
|
||
|
|
- Reverse-Proxy (traefik)
|
||
|
|
|
||
|
|
WAN: `${WAN_IPn}`
|
||
|
|
LAN: `${GATE_LAN_IPn}`
|
||
|
|
|
||
|
|
**Dashboard**:
|
||
|
|
- http://${CTHOSTNAME}.srv:8080/
|
||
|
|
- http://${GATE_LAN_IPn}:8080/
|
||
|
|
|