Skip to content

Commit 63b9f3f

Browse files
committed
docs: update warning formatting in README
1 parent a68a697 commit 63b9f3f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ 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.
44+
> [!WARNING]
45+
> All deployment steps below should be run from your **workstation**, not directly on the target server.
4546
> The script connects to the servers via SSH.
4647
> 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.
4748
@@ -76,7 +77,8 @@ Pi-DNStack is an automated solution for deploying a containerized DNS management
7677
nano main.psd1
7778
```
7879

79-
> ⚠️ At minimum, change the default Pi-hole password in the configuration file!
80+
> [!WARNING]
81+
> At minimum, change the default Pi-hole password in the configuration file!
8082

8183
4. **Deploy the Stack**
8284

@@ -88,7 +90,8 @@ Pi-DNStack is an automated solution for deploying a containerized DNS management
8890

8991
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!
9092

91-
> ⚠️ Clients must be able to reach your server on port 53 (DNS).
93+
> [!WARNING]
94+
> Clients must be able to reach your server on port 53 (DNS).
9295
> 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/)
9396
> To confirm it's working, check if your clients show up in the Pi-hole dashboard.
9497

0 commit comments

Comments
 (0)