3.2.1: Return NS records in random order

This commit is contained in:
Brian Cunnie
2024-09-17 06:34:32 -07:00
parent 63a2be439e
commit d0c3927415
5 changed files with 9 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ def get_whois_nameservers(domain)
end
domain = ENV['DOMAIN'] || 'example.com'
sslip_version = '3.2.0'
sslip_version = '3.2.1'
whois_nameservers = get_whois_nameservers(domain)
describe domain do