Skip to content

Commit 4ccdfe0

Browse files
committed
fix: github markdown does not support being indented
1 parent 306a51d commit 4ccdfe0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ 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.
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.
7474

7575
3. **Configure Deployment**
7676

@@ -81,27 +81,27 @@ Pi-DNStack is an automated solution for deploying a containerized DNS management
8181
nano main.psd1
8282
```
8383

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!
8686

8787
4. **Deploy the Stack**
8888

8989
```bash
9090
pwsh ./main.ps1 -ConfigPath ./main.psd1
9191
```
9292

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.
9696

9797
5. **Enjoy!**
9898

9999
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!
100100

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.
105105
106106
## Windows DHCP Configuration
107107

0 commit comments

Comments
 (0)