Add some setup and learning content.
This commit is contained in:
25
content/get-started/dns-server-setup/index.md
Normal file
25
content/get-started/dns-server-setup/index.md
Normal file
@@ -0,0 +1,25 @@
|
||||
+++
|
||||
title = "Setup Wild Cloud"
|
||||
date = '2025-06-09'
|
||||
draft = false
|
||||
+++
|
||||
|
||||
|
||||
## Get your hardware
|
||||
|
||||
Make sure you have a dedicated machine for your DNS server. It can be tiny, like an Orange Pi Zero.
|
||||
|
||||
## Install your OS
|
||||
|
||||
- Install another Debian-based Linux machine on your LAN (e.g. Debian or Ubuntu).
|
||||
- Record it's IP address.
|
||||
|
||||
## Install the DNS software
|
||||
|
||||
- Run `wild-dnsmasq-install` from your operator machine.
|
||||
|
||||
## Update your LAN router
|
||||
|
||||
- Log in to your LAN router's web interface.
|
||||
- Find the DHCP settings and reserve the IP address you recorded for your DNS server.
|
||||
- Set the DNS server for your LAN to the IP address of your DNS server.
|
Reference in New Issue
Block a user