diff options
author | Craig Morten <cmorten@users.noreply.github.com> | 2022-05-15 15:43:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 16:43:08 +0200 |
commit | 38e0a2ec1b05ef23fe34f9b4ea8ccc16536266ce (patch) | |
tree | 928f580c708620112f57f30b57cc18b59e1bab74 /cli/tests | |
parent | f5c31b56e3fb57a92dbaaec17690bfa9d787164e (diff) |
feat(ext/net): support full `SOA` record interface (#14617)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/resolve_dns.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/resolve_dns.ts.out b/cli/tests/testdata/resolve_dns.ts.out index 487b55546..2a6de755c 100644 --- a/cli/tests/testdata/resolve_dns.ts.out +++ b/cli/tests/testdata/resolve_dns.ts.out @@ -13,7 +13,7 @@ NS PTR ["www.example.com.","alias.example.com."] SOA -[{"mname":"net.example.com.","rname":"admin\\.domain.example.com."}] +[{"mname":"net.example.com.","rname":"admin\\.domain.example.com.","serial":20,"refresh":7200,"retry":600,"expire":3600000,"minimum":60}] SRV [{"priority":0,"weight":100,"port":1234,"target":"srv.example.com."}] TXT |