lokinet icon indicating copy to clipboard operation
lokinet copied to clipboard

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.

Results 181 lokinet issues
Sort by recently updated
recently updated
newest added

we should call `resolvectl flush-caches` after `lokinet.service` goes up (or maybe down) to get rid of cached negative replies that systemd-resolved may have got from lokinet.

packaging
dns
linux

log snode timed out dns not working v0.9.11 The computer version test 0.9.11 has a BUG, dns is hijacked and the domain name cannot be resolved, you need to modify...

bug
windows

User can specify encrypted listener addresses and comma-delimited public keys to be accepted by exposed encrypted listener. Keys must be attached to a listener address. Example: `bind_curve=tcp://0.0.0.0:1234|pubkeyA,pubkeyB` `bind_curve=tcp://0.0.0.0:5678|pubkeyC,pubkeyD` In the...

Right now, Lokinet just eats up whole network bandwidth, which is not good for two reasons. i) Not a lot of Snapps are present when using lokinet. ii) When using...

enhancement
protocol-feature

once a lokinet client gets `[router]:min-connections` edge connections it does not continue making connections up to `[router]:max-connections`. the correct behavior on clients should be: start building paths when we have...

bug

Linux systems using NetworkManager (which is fairly common) are having a good bit of trouble getting going with Lokinet because the GUI tools for NetworkManager are kind of crappy and...

enhancement
dns
linux

Something that would be very useful is to be able to expose an encrypted/authenticated but *public* listener. This needs two config additions: 1. We need to be able to specify...

after further looking about we may be able to go ipv6 only as i originally intended with lokinet by having lokinet do dns64 in our resolver and nat64 for tunneling...

enhancement
protocol-feature

there is a race condition in the current wire protocol in which we get stuck trying to handshake with another node. this means that sometimes we just are unable to...

bug
blocked
documentation
protocol-break
refactor

right now we have a snapp protocol message type for only ip4 and another for only ip6, this makes it difficult to allow users to do ipv6 internally if they...

enhancement
request for comments
refactor
protocol-feature