Other changes:
- Fixed null property read error on clients (when switching to public access)
- Use separate `resolvedAddress` field for resolved IP instead of overwriting address
- Reduced ddns log verbosity
Refactored ddns resolver so that no patching is done. nginx.js will automatically resolve ddns addresses if needed.
Added dedicated logger scope for ddns resovler.
This is a first pass attempt at adding support for using ddns (really any resolvable domain name) as the address in access list clients.
This helps make it possible to restrict access to hosts using a dynamic public IP (e.g. allow access to a proxied host from your local network only via ddns address).
Current approach is hacky since it was developed by manually replacing files in an existing npm docker container. Future commits will integrate this better and avoid needing to patch/intercept existing APIs.
See associated PR for more details.