Add override dns option

Former-commit-id: 8a50c6b5f1
This commit is contained in:
Owen
2025-11-26 14:21:11 -05:00
parent afe0d338be
commit 7e410cde28
3 changed files with 19 additions and 0 deletions

View File

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