cmd/cli: set DNS for all physical interfaces on Windows/Darwin

This commit is contained in:
Cuong Manh Le
2024-01-26 22:22:31 +07:00
committed by Cuong Manh Le
parent 67d74774a9
commit 0826671809
3 changed files with 86 additions and 0 deletions
+2
View File
@@ -5,3 +5,5 @@ package cli
import "net"
func patchNetIfaceName(iface *net.Interface) error { return nil }
func validInterface(iface *net.Interface) bool { return true }