mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-16 13:17:19 +02:00
cmd/ctrld: do set/reset DNS only when start/stop/uninstall
This commit is contained in:
committed by
Cuong Manh Le
parent
4ea1e64795
commit
149941f17f
@@ -3,7 +3,6 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
"net"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"time"
|
||||
@@ -36,7 +35,6 @@ var (
|
||||
|
||||
cdUID string
|
||||
iface string
|
||||
netIface *net.Interface
|
||||
ifaceStartStop string
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user