docker-ddns icon indicating copy to clipboard operation
docker-ddns copied to clipboard

fixes for TXT & CNAME

Open hvisage opened this issue 5 years ago • 2 comments

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"

hvisage avatar Oct 12 '20 00:10 hvisage

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]

develroo avatar Oct 24 '20 09:10 develroo

My only answer: works still for me... either server glitch or testing I didn't know about to test or different environments/compilers ;(

hvisage avatar Oct 24 '20 10:10 hvisage