Skip to content

Commit

Permalink
Enable logging & update readme (#89)
Browse files Browse the repository at this point in the history
* Update wrangler.toml - enable logs

* Update wrangler.toml

* Update README.md
  • Loading branch information
JonLaliberte authored Dec 23, 2024
1 parent 1cf8404 commit 7548b29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ To test the configuration and force an update on a USG:

- For subdomains (`sub.example.com`), create an A record manually in Cloudflare dashboard first.
- If you encounter a hostname resolution error (`inadyn[2173778]: Failed resolving hostname https: Name or service not known`), remove `https://` from the `Server` field.
- If you are using wildcard subdomains, be sure to enter your `Hostname` in UniFi OS as `*.mydomain.com`
- There seems to be a bug in the UniFi OS UI that makes it impossible to edit the Dynamic DNS settings, you may need to remove the configuration and create a new one each time you need to make a change.
6 changes: 6 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
name = "unifi-cloudflare-ddns"
main = "src/index.js"
compatibility_date = "2023-04-23"

[observability]
enabled = true

[observability.logs]
enabled = true

0 comments on commit 7548b29

Please sign in to comment.