cmd/ctrld: add --iface for setting DNS on specific interface

This commit is contained in:
Cuong Manh Le
2023-01-06 00:55:21 +07:00
committed by Cuong Manh Le
parent d5344aea52
commit b00a7c34ee
13 changed files with 473 additions and 45 deletions
+1
View File
@@ -34,6 +34,7 @@ var (
proxyLog = rootLogger
cdUID string
iface string
)
func main() {