mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-10 09:45:08 +00:00
net/dns: add a Primary field to OSConfig.
Currently ignored. Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
@@ -138,8 +138,8 @@ func (m resolvconfManager) SetDNS(config OSConfig) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m resolvconfManager) RoutingMode() RoutingMode {
|
||||
return RoutingModeNone
|
||||
func (m resolvconfManager) SupportsSplitDNS() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (m resolvconfManager) Close() error {
|
||||
|
Reference in New Issue
Block a user