Skip to content

Commit 055407f

Browse files
author
dougbw
committed
document custom dns records
1 parent 12d969e commit 055407f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/configuration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,18 @@ HTTPS verification can be disabled by setting environment variable `OMADA_DISABL
3838

3939
An option to keep HTTPS verification enabled is to create a public DNS A record pointing to your controllers private IP address.
4040

41+
## Custom DNS records
42+
43+
It is possible to create a dummy DHCP reservation in the Omada controller to create custom DNS records.
44+
45+
* In the Omada controller go to `Settings` -> `Services` -> `DHCP Reservations`
46+
* Create a new DHCP reservation:
47+
- Enter a dummy MAC address e.g AA-AA-AA-AA-AA-AA
48+
- Enter the desired IP address
49+
- Enter the client name
50+
- (If you are unable to set the client name then use the description - there is a fallback in the code for this and the options seem to vary across controller versions)
51+
Example:
52+
53+
![image](images/dhcp-reservation.png)
54+
55+
Note that wildcard records are supported by setting the client name to `*` or `*.subdomain`

docs/dhcp-reservation.png

46.1 KB
Loading

0 commit comments

Comments
 (0)