3.2.2: Join the Public Suffix List

This commit is contained in:
Brian Cunnie
2024-10-08 18:53:08 -07:00
parent dea655a990
commit 078a69f75e
5 changed files with 10 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.1'
sslip_version = '3.2.2'
whois_nameservers = get_whois_nameservers(domain)
describe domain do