mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-30 11:40:07 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
14bf16d8c1
commit
1c2d2ee0e1
@ -99,13 +99,13 @@ echo "# Updating config..."
|
|||||||
# XXX the gate stuff might not be needed...
|
# XXX the gate stuff might not be needed...
|
||||||
# XXX is the IP actually needed???
|
# XXX is the IP actually needed???
|
||||||
IP=$([ -z $DRY_RUN ] && lxc-attach $ID -- hostname -I)
|
IP=$([ -z $DRY_RUN ] && lxc-attach $ID -- hostname -I)
|
||||||
TRUSTED_DOMAINS = (
|
TRUSTED_DOMAINS=(
|
||||||
"${IP/ *}"
|
"${IP/ *}"
|
||||||
"$CTHOSTNAME"
|
"$CTHOSTNAME"
|
||||||
"${CTHOSTNAME}.srv"
|
"${CTHOSTNAME}.srv"
|
||||||
"${GATE_LAN_IPn}"
|
"${GATE_LAN_IPn}"
|
||||||
"$(GATE_HOSTNAME)"
|
"${GATE_HOSTNAME}"
|
||||||
"$(GATE_HOSTNAME).srv"
|
"${GATE_HOSTNAME}.srv"
|
||||||
"${WAN_IPn}"
|
"${WAN_IPn}"
|
||||||
)
|
)
|
||||||
ADDRS=
|
ADDRS=
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user