TW
TW
https://github.com/python-social-auth/social-core/issues/430 https://github.com/python-social-auth/social-core/pull/428
TODO for the code: the fields for primary and optional secondary DNS servers have a validator that checks for IP v4 or v6 address. we need to allow entering a...
``` nsupdate.main.models.Domain rename nameserver_ip -> nameserver rename nameserver2_ip -> nameserver2 change validators / field types create / apply migration ```
as a workaround i guess you could send the updates from a machine in the local network.
the dyndns protocol can only transfer 1 ip address (as a url argument). if it is omitted, the sender ip address is used (http REMOTE_ADDR). nsupdate.info will use whatever ip...
as found out by petric, the ip6lanprefix placeholder of the fritz box sends something like `1111:2222:3333:4444::/64`, which is not accepted by nsupdate.info, because it is not a (pure) v6 addr....
I guess you are referring to this: ``` ``` As you see, we check with the integrity hash that the content is as expected. You're right, these CDNs will see...
If we want to improve this, we could use `xstatic-*` pypi packages for the stuff needed (and package missing stuff like that, if something is missing). PRs welcome!
That sounds a bit strange. In the error message, it says it can't open file X, but if you configure exactly the same file X as pid file, that changes...
Hmm, strange. Can you check with the arch linux ddclient package maintainer? I copy & pasted our generated ddclient conf a lot and it always worked for me yet (on...