Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| notebook:udr-main [2022/09/08 08:22] – [Dynamic DNS] prolific | notebook:udr-main [2025/05/12 13:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| 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. | 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 ##] ==== |
| - | [## UNDER CONSTRUCTION ##]=== LAN === | + | === LAN === |
| - | [## UNDER CONSTRUCTION ##]=== WAN === | + | === WAN === |
| + | Notes: | ||
| Cloudflare DNS | Cloudflare DNS | ||
| + | inadyn.conf | ||
| + | provider cloudflare.com { | ||
| + | | ||
| + | | ||
| + | | ||
| + | ttl = 1 # optional, value of 1 is ' | ||
| + | | ||
| + | } | ||
| - | [## UNDER CONSTRUCTION ##] ==== SSL Certificates | + | ==== SSL Certificates |
| None of the SSL certificates used by the UDR are accessible via the UI. | None of the SSL certificates used by the UDR are accessible via the UI. | ||
| Line 28: | Line 37: | ||
| dns_cloudflare_api_key = 0123456789abcdef0123456789abcdef01234 | 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 | ||