mirror of
https://github.com/fosrl/olm.git
synced 2026-03-12 05:36:43 +00:00
@@ -2,12 +2,10 @@
|
||||
|
||||
package olm
|
||||
|
||||
import (
|
||||
"github.com/fosrl/olm/dns"
|
||||
)
|
||||
import "net/netip"
|
||||
|
||||
// SetupDNSOverride is a no-op on iOS as DNS configuration is handled by the system
|
||||
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