You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ Pi-DNStack is an automated solution for deploying a containerized DNS management
68
68
192.168.1.10 ansible_user=ansible
69
69
```
70
70
71
-
> [!NOTE]
72
-
> If you have a single server, you can just copy this example and replace the IP address and user.
73
-
> The specified user must have sudo privileges on the target system.
71
+
> [!NOTE]
72
+
> If you have a single server, you can just copy this example and replace the IP address and user.
73
+
> The specified user must have sudo privileges on the target system.
74
74
75
75
3. **Configure Deployment**
76
76
@@ -81,27 +81,27 @@ Pi-DNStack is an automated solution for deploying a containerized DNS management
81
81
nano main.psd1
82
82
```
83
83
84
-
> [!WARNING]
85
-
> At minimum, change the default Pi-hole password in the configuration file!
84
+
> [!WARNING]
85
+
> At minimum, change the default Pi-hole password in the configuration file!
86
86
87
87
4. **Deploy the Stack**
88
88
89
89
```bash
90
90
pwsh ./main.ps1 -ConfigPath ./main.psd1
91
91
```
92
92
93
-
> [!WARNING]
94
-
> Make sure you run the above command from your **workstation**, not directly on the target server(s).
95
-
> Please ensure SSH access is properly configured.
93
+
> [!WARNING]
94
+
> Make sure you run the above command from your **workstation**, not directly on the target server(s).
95
+
> Please ensure SSH access is properly configured.
96
96
97
97
5. **Enjoy!**
98
98
99
99
After deployment, access the Pi-hole web interface at: `http://<server-ip>:<port>/admin/login`, [configure your clients](https://www.windowscentral.com/how-change-your-pcs-dns-settings-windows-10#:~:text=HOW%20TO%20CHANGE%20DNS%20SETTINGS%20USING%20SETTINGS%20ON%20WINDOWS%2010) to use Pi-DNStack as DNS server and enjoy your new DNS management stack!
100
100
101
-
> [!WARNING]
102
-
> Clients must be able to reach your server on port 53 (DNS).
103
-
> Firewalls or network rules may block this: [How to open port 53](https://www.cyberciti.biz/faq/howto-open-dns-port-53-using-ufw-ubuntu-debian/)
104
-
> To confirm it's working, check if your clients show up in the Pi-hole dashboard.
101
+
> [!WARNING]
102
+
> Clients must be able to reach your server on port 53 (DNS).
103
+
> Firewalls or network rules may block this: [How to open port 53](https://www.cyberciti.biz/faq/howto-open-dns-port-53-using-ufw-ubuntu-debian/)
104
+
> To confirm it's working, check if your clients show up in the Pi-hole dashboard.
0 commit comments