Skip to content

Commit 306a51d

Browse files
committed
docs: add extra notes in readme
1 parent 63b9f3f commit 306a51d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ Pi-DNStack is an automated solution for deploying a containerized DNS management
6868
192.168.1.10 ansible_user=ansible
6969
```
7070

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+
7175
3. **Configure Deployment**
7276

7377
Copy and modify the configuration template:
@@ -86,9 +90,13 @@ Pi-DNStack is an automated solution for deploying a containerized DNS management
8690
pwsh ./main.ps1 -ConfigPath ./main.psd1
8791
```
8892

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+
8997
5. **Enjoy!**
9098

91-
After deployment, access the Pi-hole web interface at: `http://<server-ip>:<port>/admin/login.php`, [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!
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!
92100

93101
> [!WARNING]
94102
> Clients must be able to reach your server on port 53 (DNS).

0 commit comments

Comments
 (0)