Anthony Brown
Anthony Brown
I did a capture using wireshark when using the proxy and when not, and noticed that when using the proxy, and going to loopsofzen.co.uk, a DNS query is made to...
One other thing I have noticed is that my clients all have 2 DNS servers - one IPv4 address supplied by IPv4 DHCP and one IPv6 address supplied by IPv6...
`net.ipv6.bindv6only` is a linux thing. I am running my dns server and this proxy on FreeBSD :)
Thanks I did not know about that. Its actually `net.inet6.ip6.v6only` in FreeBSD10.3 and that does the trick
I have found the problem and solution to this In windows, there is a prefix policy table that determines which IP addresses are preferred. You can see this by using...
Actually this did not solve the problem. However, I have managed to solve it by doing this. I am using dnsmasq for DNS/DHCP, so I added this to my dnsmasq.conf...
Image is available at https://hub.docker.com/repository/docker/antxxxx/mitemperature2/. Its currently just tagged as latest as there seem to be a few changes since the v5 release and I wanted to use the smaller...
This also happens when running in a freebsd jail, but not when running on freebsd outside a jail. I can reproduce it using the example above. Freebsd 13.1-RELEASE-p3 go version...
Cloning the repo and running go test also fails in a freebsd jail but not outside it ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV:...
I found a solution for freebsd jail - you need to add allow.mlock to the jail when starting it. I imagine its something similar for docker containers on linux -...