TAP version 14
# Subtest: start listening
    ok 1 - server started
    1..1
ok 1 - start listening # time=25.375ms

# Subtest: DNS errors does not stop the main server on localhost - promise interface
    ok 1 - server started
    1..1
ok 2 - DNS errors does not stop the main server on localhost - promise interface # time=4.235ms

# Subtest: DNS errors does not stop the main server on localhost - callback interface
    1..2
    ok 1 - should not error
    ok 2 - server started
ok 3 - DNS errors does not stop the main server on localhost - callback interface # time=6.35ms

# Subtest: DNS returns empty binding
    1..2
    ok 1 - should not error
    ok 2 - server started
ok 4 - DNS returns empty binding # time=5.554ms

# Subtest: DNS returns more than two binding
    1..2
    ok 1 - should not error
    ok 2 - server started
ok 5 - DNS returns more than two binding # time=4.272ms

1..5
