fix ipv6 config file

This commit is contained in:
CanbiZ
2025-07-14 22:37:36 +02:00
committed by GitHub
parent 3b3e62c4cf
commit e5e8b1e020

View File

@@ -241,8 +241,7 @@ PW="${PW##-password }"
HN="${HN}"
BRG="${BRG}"
NET="${NET}"
IPV6_METHOD="${IPV6_METHOD}"
IPV6_METHOD="${IPV6_METHOD:-none}"
# Set this only if using "IPV6_METHOD=static"
#IPV6STATIC="fd00::1234/64"
@@ -279,7 +278,7 @@ PW="${PW##-password }"
HN="${HN}"
BRG="${BRG}"
NET="${NET}"
IPV6_METHOD="${IPV6_METHOD}"
IPV6_METHOD="${IPV6_METHOD:-none}"
# Set this only if using "IPV6_METHOD=static"
#IPV6STATIC="fd00::1234/64"