jeff
jeff
right now the debug log level is unusable, too much of it is spamming the logs, we need to downgrade the less informative ones to trace level.
It could be useful to make the dns suffix configurable, i.e. use `*.yourdomain.tld` instead of `*.loki` so that people can set up reverse proxies if they have a big enough...
"A zone without a SOA record does not conform to the standard required by RFC 1035." Right now lokinet lacks an SOA record for all of our emulated zones. One...
we should add an rpc call to expose a port to plainquic or update the existing one to also tell it to add an srv record for it. mainly for...
we should drop all traffic using firewall rules to our first hops that are not needed for comms. questions: * can this be done on all platforms? * if it...
we should use the cursed macos apis for "blessed workers" to run lokinet instead of using a background daemon which is jenky. this will allow it to run inside an...
if a lookup for lns comes back with an endpoint we own locally we should not do any additional lookups on the network as we already have it locally.
currently the way lokinet handles exceptions is to not catch them. we need to review exceptional cases, i.e. what can be caught and what can not.
currently wterm does no anti-aliasing, that should probably be fixed.
Implementing seedless protocol should be really easy.