mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-04 01:07:49 +02:00
cmd/cli: set DNS for all physical interfaces on Windows/Darwin
This commit is contained in:
committed by
Cuong Manh Le
parent
67d74774a9
commit
0826671809
@@ -5,3 +5,5 @@ package cli
|
||||
import "net"
|
||||
|
||||
func patchNetIfaceName(iface *net.Interface) error { return nil }
|
||||
|
||||
func validInterface(iface *net.Interface) bool { return true }
|
||||
|
||||
Reference in New Issue
Block a user