generation 521 25.11.20250714.62e0f05

This commit is contained in:
2025-10-09 00:35:43 -04:00
parent 0c1c2d1693
commit bf63403f1a
2 changed files with 5 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ if [[ $OP == on ]]; then
tee "$FILE" >/dev/null <<EOF tee "$FILE" >/dev/null <<EOF
address=/${DOMAIN}/0.0.0.0 address=/${DOMAIN}/0.0.0.0
address=/${DOMAIN}/:: address=/${DOMAIN}/::
address=/www.${DOMAIN}/0.0.0.0
address=/www.${DOMAIN}/::
EOF EOF
else else
rm -f "$FILE" rm -f "$FILE"

View File

@@ -10,6 +10,8 @@ if [[ $OP == on ]]; then
sudo tee "$FILE" >/dev/null <<EOF sudo tee "$FILE" >/dev/null <<EOF
address=/${DOMAIN}/0.0.0.0 address=/${DOMAIN}/0.0.0.0
address=/${DOMAIN}/:: address=/${DOMAIN}/::
address=/www.${DOMAIN}/0.0.0.0
address=/www.${DOMAIN}/::
EOF EOF
else else
sudo rm -f "$FILE" sudo rm -f "$FILE"