Skip to content

Commit e792276

Browse files
fix(post): adding quotes and comments about quotes
1 parent 8830ec2 commit e792276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-03-20-pihole-sync-nebula.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Create our `.env` with our variables.
102102
Replace with your server IPs, passwords, timezone, and how frequently you want so run this sync job.
103103

104104
```bash
105-
PRIMARY=https://192.168.60.10|abc123
106-
REPLICAS=https://192.168.60.26|abc123,https://10.0.200.5|abc123,https://10.0.200.6|abc123
105+
PRIMARY="https://192.168.60.10|abc123" # Be sure to add quotes if you have special characters
106+
REPLICAS="https://192.168.60.26|abc123,https://10.0.200.5|abc123,https://10.0.200.6|abc123" # Be sure to add quotes if you have special characters
107107
FULL_SYNC=false
108108
RUN_GRAVITY=false
109109
CRON=*/15 * * * *

0 commit comments

Comments
 (0)