docker-ddns
docker-ddns copied to clipboard
fixes for TXT & CNAME
Okay, I mistakenly included the attempt to listen on several IPs (except those I don't want to listen on)
The Idea was to test for txt= and cname= and then (in order) if A type matched, do that, if AAAA matched, do that update, if CNAME matched, do that update, if TXT matched to that update, else try to find "myip"
Checks failed. Was that a server glitch?
=== RUN TestBuildWebserviceResponseFromRequestToReturnValidObject
--- FAIL: TestBuildWebserviceResponseFromRequestToReturnValidObject (0.00s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x63264c]
My only answer: works still for me... either server glitch or testing I didn't know about to test or different environments/compilers ;(