Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| notebook:udr-main [2022/09/08 08:09] – created prolific | notebook:udr-main [2025/05/12 13:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Unifi Dream Router (UDR) ====== | ====== Unifi Dream Router (UDR) ====== | ||
| - | Now you have this fabulous device lets see if we can help you with some of knowledge on how to use it. | + | Now you have this fabulous device lets see if we can help you with some of additional |
| ===== Domain Name System (DNS) ===== | ===== Domain Name System (DNS) ===== | ||
| Line 6: | Line 6: | ||
| The UDR runs [[https:// | The UDR runs [[https:// | ||
| - | You can add hostnames that will appear in these files from the client devices window of UI. Select you device and choose settings on information pane that appears. Now select local dns record and specify the fqdn. The devices have to reside on a connected network. | + | Local DNS records |
| - | You can manually add an entry from the UI as well. On the same screen | + | To add a local DNS record, from the client devices window in the network application, |
| - | If you need to go beyond the UI options then you can add a file to the configuration directory | + | If you need to go beyond the UI options then you can add a file to the configuration directory, restart the daemon and it will load the configuration. |
| - | ==== Dynamic DNS ==== | + | ==== Dynamic DNS [## UNDER CONSTRUCTION ##] ==== |
| === LAN === | === LAN === | ||
| === WAN === | === WAN === | ||
| + | Notes: | ||
| + | Cloudflare DNS | ||
| + | inadyn.conf | ||
| + | provider cloudflare.com { | ||
| + | | ||
| + | | ||
| + | | ||
| + | ttl = 1 # optional, value of 1 is ' | ||
| + | | ||
| + | } | ||
| + | ==== SSL Certificates [## UNDER CONSTRUCTION ##] ==== | ||
| + | None of the SSL certificates used by the UDR are accessible via the UI. | ||
| + | python3-certbot | ||
| + | python3-certbot-dns-cloudflare | ||
| + | # Cloudflare API credentials used by Certbot | ||
| + | dns_cloudflare_email = [email protected] | ||
| + | dns_cloudflare_api_key = 0123456789abcdef0123456789abcdef01234 | ||
| + | |||
| + | certbot certonly --dns-cloudflare --dns-cloudflare-credentials ~/ | ||
| + | |||
| + | bash unifi-easy-encrypt.sh --private-key privkey.pem --chain-certificate fullchain.pem --signed-certificate cert.pem --skip --own-certificate | ||