route ipv6 too

This commit is contained in:
Jeff Becker 2021-10-22 13:30:40 -04:00
parent 06b06cd44c
commit 00d6843067
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ public class LokinetDaemon extends VpnService {
builder.addAddress(ourIP, ourMask);
builder.addRoute("0.0.0.0", 0);
builder.addRoute("::", 0);
builder.addDnsServer(upstreamDNS);
builder.setSession("Lokinet");
builder.setConfigureIntent(null);