generation 521 25.11.20250714.62e0f05
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user