Skip to content

Commit ac5f50e

Browse files
committed
DOCS: Where to run the script
1 parent b513aeb commit ac5f50e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Pi-DNStack is an automated solution for deploying a containerized DNS management
4141
- Other distributions if dependencies are pre-installed
4242
- Windows users can use [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install)
4343

44+
> ⚠️ All deployment steps below should be run from your **workstation**, not directly on the target server.
45+
> The script connects to the servers via SSH.
46+
> You *can* use the server as its own workstation if it has PowerShell 7 and SSH access to itself, but that's not the main use case.
47+
4448
## Quick Start
4549

4650
1. **Clone Repository**
@@ -101,7 +105,7 @@ Pi-DNStack can automatically configure a Windows DHCP server to use Pi-hole. Thi
101105
1. **Docker Network Mode**:
102106

103107
- If using `bridge` mode, ensure Pi-hole's DNS port is published (`piholeDnsPort = "53"`)
104-
- If using `host` mode (recomenden when using this feature), ensure the host's firewall allows DNS traffic and unbound is disabled (both containers would use port 53)
108+
- If using `host` mode (recommended when using this feature), ensure the host's firewall allows DNS traffic and unbound is disabled (both containers would use port 53)
105109

106110
2. **Pi-hole Listen Configuration**:
107111
- Ensure Pi-hole is configured to listen to the required interfaces.

0 commit comments

Comments
 (0)