You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for looking into this!
I tried it and the original warning has disappeared.
However, I now see a different warning: [main] WARN org.xbill.DNS.hosts.HostsFileParser - Failed to parse entire hosts file /etc/hosts, address failures=3, name failures=0
It is an improvement in cases where there are multiple of our entries in the /etc/hosts file, otherwise it is just a different log message.
I would still prefer no warning at all, just like the JDK's or OS's own DNS resolver, if possible.
@tzaeschke I know that the log is still there, that was intentional, and I'm still not inclined to remove it. What I was wondering for few days now: why are you writing to /etc/hosts if only your software can parse those records?
@ibauersachs The central part of our project is a new routing protocol (essentially replacing BGP), see https://www.scion.org/. I am working on a Java client, and there are clients in other languages (Golang, Rust, ...). In the end, many applications on a machine, including possibly the kernel/OS itself, should use the new protocol. We support using a separate hosts file in /etc/scion/hosts, but it would be good to keep using the /etc/hosts, otherwise it may become more or less useless for any addresses outside the local network (local autonomous system), and we end up with two separate configuration files to specify host addresses.
To many, replacing BGP sounds like an impossible undertaking, but several ISPs (including British Telecom and all major Swiss ISPs) now support SCION. Also, the complete Swiss banking network has migrated to SCION. The reference implementations of all components are free open source owned by a non-profit organization.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.