You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/dns
Thomas Winget 4c630e0437 Large collection of changes to make android work
- Previous android java and jni code updated to work, but with much love
  still needed to make it work nicely, e.g. handling when the VPN is
  turned off.

- DNS handling refactored to allow android to intercept and handle DNS
  requests as we can't set the system DNS to use a high port
  (and apparently Chrome ignores system DNS settings anyway)

- add packet router structure to allow separate handling of specific
  intercepted traffic, e.g. UDP traffic to port 53 gets handled by our
  DNS handler rather than being naively forwarded as exit traffic.

- For now, android lokinet is exit-only and hard-coded to use exit.loki
  as its exit.  The exit will be configurable before release, but
  allowing to not use exit-only mode is more of a challenge.

- some old gitignore remnants which were matching to things we don't
  want them to (and are no longer relevant) removed

- some minor changes to CI configuration
3 years ago
..
dns.hpp SRV Record handling for introsets (#1331) 4 years ago
message.cpp dns features (#1404) 4 years ago
message.hpp dns features (#1404) 4 years ago
name.cpp LNS (#1342) 4 years ago
name.hpp LNS (#1342) 4 years ago
query.hpp Move dns* to llarp/ 6 years ago
question.cpp dns features (#1404) 4 years ago
question.hpp dns features (#1404) 4 years ago
rr.cpp Config file improvements (#1397) 4 years ago
rr.hpp The Great Wall of Blame 4 years ago
serialize.cpp The Great Wall of Blame 4 years ago
serialize.hpp The Great Wall of Blame 4 years ago
server.cpp Large collection of changes to make android work 3 years ago
server.hpp Large collection of changes to make android work 3 years ago
srv_data.cpp SRV Record handling for introsets (#1331) 4 years ago
srv_data.hpp SRV Record handling for introsets (#1331) 4 years ago
string.hpp Add .cpp files for all .hpp files 6 years ago
unbound_resolver.cpp Large collection of changes to make android work 3 years ago
unbound_resolver.hpp Large collection of changes to make android work 3 years ago