Phil Martin

Results 5 issues of Phil Martin

Previously installed `darksky_weather` via `pip3` before this requirement. At the time `aiohttp` was at around `3.6.1` or so, both my application and `darksky_weather` functioned well. Later, I go to recreate...

Report file is missing the keys `ExternalHostname` and `ExternalIP6` that were recently added to `dsnetconfig.json` Sample outputs: `/etc/dsnetconfig.json`: ``` { "ExternalHostname": "wireguard.example.com", "ExternalIP": "198.51.100.2", "ExternalIP6": "fd00:7b31:106a::1", "ListenPort": 51820, "Domain": "dsnet",...

Previously the DNS RFC2136 module only used the TSIG key to update BIND9 zone, but did not use the key when querying for an authoritative SOA record. This caused problems...

Got some errors during install due to having out of date package lists. This will stop it happening in the future.

Peer names should be validated to RFC 1123, as these should be considered hostnames. Suggest that characters that are not `[a-zA-Z0-9\-\.]` be either removed entirely or replaced with `-`, and...