mirror of
https://github.com/fosrl/olm.git
synced 2026-03-11 05:06:43 +00:00
Dont pass in dns proxy to override
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
|
||||
package olm
|
||||
|
||||
import (
|
||||
"github.com/fosrl/olm/dns"
|
||||
)
|
||||
import "net/netip"
|
||||
|
||||
// SetupDNSOverride is a no-op on Android
|
||||
// Android handles DNS through the VpnService API at the Java/Kotlin layer
|
||||
func SetupDNSOverride(interfaceName string, dnsProxy *dns.DNSProxy) error {
|
||||
func SetupDNSOverride(interfaceName string, proxyIp netip.Addr) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user