2721765f8f1638ef378ded5540bb2c3f98cc479b
Tech/OpenWRT.md
... | ... | @@ -6,6 +6,15 @@ Home |
6 | 6 | : <https://openwrt.org> |
7 | 7 | |
8 | 8 | |
9 | +# Configuration |
|
10 | +## Add a CNAME |
|
11 | +``` |
|
12 | +uci add dhcp cname |
|
13 | +uci set dhcp.@cname[-1].cname="ballroom-patio" |
|
14 | +uci set dhcp.@cname[-1].target="ballroom.home.whalebarn.com" |
|
15 | +uci commit dhcp |
|
16 | +/etc/init.d/dnsmasq restart |
|
17 | +``` |
|
9 | 18 | |
10 | 19 | # Peripheral Support |
11 | 20 |