diff options
author | heqnx <root@heqnx.com> | 2025-06-27 16:50:22 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-27 16:50:22 +0300 |
commit | 063dcdbd8c0b4c8baf4c42064613b7b488c7c4af (patch) | |
tree | bf0b4108977f7f136ec4d805e378617d72527d6d | |
parent | ee794c22887a93d41ccc44009b66d567712bf0a7 (diff) | |
download | ansible-pve-host-063dcdbd8c0b4c8baf4c42064613b7b488c7c4af.tar.gz ansible-pve-host-063dcdbd8c0b4c8baf4c42064613b7b488c7c4af.zip |
-rw-r--r-- | templates/pvebanner.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pvebanner.bash b/templates/pvebanner.bash index 7f79b6d..f15c305 100644 --- a/templates/pvebanner.bash +++ b/templates/pvebanner.bash @@ -22,6 +22,6 @@ Network configuration: - dnsmasq for vmbr1 ${NAT_SUBNET_PREFIX}.100 - ${NAT_SUBNET_PREFIX}.200, 12h - Bridge IP ${NAT_BRIDGE_IP} - WireGuard subnet ${WG_SUBNET} - - Wireguard port ${WG_PORT} + - WireGuard port ${WG_PORT} EOF |