mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix dns monitor stub
This commit is contained in:
parent
55ee8212dc
commit
1356333018
@ -4,10 +4,11 @@ package boxdns
|
||||
|
||||
import (
|
||||
tun "github.com/sagernet/sing-tun"
|
||||
"github.com/sagernet/sing/common/control"
|
||||
)
|
||||
|
||||
var DefaultIfcMonitor tun.DefaultInterfaceMonitor
|
||||
|
||||
func monitorForUnderlyingDNS() {
|
||||
func HandleInterfaceChange(_ *control.Interface, _ int) {
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user