Merge branch 'main' into android-dns-routes

This commit is contained in:
Viktor Liu
2025-06-18 17:27:13 +02:00
21 changed files with 636 additions and 322 deletions
+1
View File
@@ -1539,6 +1539,7 @@ func (e *Engine) newWgIface() (*iface.WGIface, error) {
MTU: iface.DefaultMTU,
TransportNet: transportNet,
FilterFn: e.addrViaRoutes,
DisableDNS: e.config.DisableDNS,
}
switch runtime.GOOS {