Skip to content

Commit

Permalink
remove dig only test, leave curl
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Nov 15, 2024
1 parent 38b71d5 commit 1a41680
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nixos-tests/doh-upstream.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ in
'curl -vH "accept: application/dns-json" "http://server/dns-query?dns=AAABAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB"',
timeout=10,
)
client.succeed(
"dig +http-plain @server example.com",# | grep -o 'status: NOERROR'",
timeout=10,
)
'';

}).config.result

0 comments on commit 1a41680

Please sign in to comment.