Add override dns option

This commit is contained in:
Owen
2025-11-26 14:21:11 -05:00
parent 04928aada0
commit 8a50c6b5f1
3 changed files with 19 additions and 0 deletions

View File

@@ -78,4 +78,6 @@ type TunnelConfig struct {
FileDescriptorUAPI uint32
EnableUAPI bool
OverrideDNS bool
}