Disable force jsonfile variable (#1611)

This enables windows management tests

Added another DNS server to the dns server tests
This commit is contained in:
Maycon Santos
2024-03-15 10:50:02 +01:00
committed by GitHub
parent 52a3ac6b06
commit fc7c1e397f
3 changed files with 13 additions and 2 deletions

View File

@@ -750,6 +750,11 @@ func TestDNSPermanent_matchOnly(t *testing.T) {
NSType: nbdns.UDPNameServerType,
Port: 53,
},
{
IP: netip.MustParseAddr("9.9.9.9"),
NSType: nbdns.UDPNameServerType,
Port: 53,
},
},
Domains: []string{"customdomain.com"},
Primary: false,