We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
argus5/src/argus/resolv/resolv.go
Line 108 in 133696a
/etc/resolv.conf has:
nameserver 2001:4860:4860::8888 nameserver 8.8.8.8
argusd won't start, and logs this:
argusd[5919]: resolv/config.go:108 addServer(): invalid namserver: 2001:4860:4860::8888 (address 2001:4860:4860::8888:53: too many colons in address)
The text was updated successfully, but these errors were encountered:
Update config.go - fix to allow IPv6 addresses in /etc/resolv.conf
f2fda8e
This is a fix for jaw0#9
No branches or pull requests
argus5/src/argus/resolv/resolv.go
Line 108 in 133696a
/etc/resolv.conf has:
argusd won't start, and logs this:
argusd[5919]: resolv/config.go:108 addServer(): invalid namserver: 2001:4860:4860::8888 (address 2001:4860:4860::8888:53: too many colons in address)
The text was updated successfully, but these errors were encountered: