From de3548fbb7ceaabecf2db7fb7a0c99046ca97d31 Mon Sep 17 00:00:00 2001 From: topscoder <86197446+topscoder@users.noreply.github.com> Date: Fri, 2 Jun 2023 11:55:51 +0200 Subject: [PATCH] Add ccTLD's --- domainer.go | 5 ++++- tlds.txt | 34 ++++++++++++++++++++++++++++------ 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/domainer.go b/domainer.go index b75444e..ca7cc60 100644 --- a/domainer.go +++ b/domainer.go @@ -42,7 +42,10 @@ func main() { func GetTLDs() []string { tldList := []string{ - "co.uk", "com.au", "co.in", "co.jp", "com.br", "co.za", "com.mx", "co.nz", "co.kr", "co.th", + "co.at", "co.id", "co.il", "co.in", "co.jp", "co.ke", "co.kr", "co.nz", "co.th", "co.uk", "co.za", + "com.ar", "com.au", "com.bd", "com.br", "com.cn", "com.co", "com.eg", "com.hk", "com.lk", "com.mx", + "com.my", "com.pe", "com.ph", "com.pk", "com.py", "com.sa", "com.sg", "com.tr", "com.tw", "com.uy", "com.vn", + "aaa", "aarp", "abarth", "abb", "abbott", "abbvie", "abc", "able", "abogado", "abudhabi", "ac", "academy", "accenture", "accountant", "accountants", "aco", "active", "actor", "ad", "adac", "ads", "adult", "ae", "aeg", "aero", "aetna", "af", "afamilycompany", "afl", "africa", diff --git a/tlds.txt b/tlds.txt index 4564c41..6445dc1 100644 --- a/tlds.txt +++ b/tlds.txt @@ -1,13 +1,35 @@ -.co.uk -.com.au +.co.at +.co.id +.co.il .co.in .co.jp -.com.br -.co.za -.com.mx -.co.nz +.co.ke .co.kr +.co.nz .co.th +.co.uk +.co.za +.com.ar +.com.au +.com.bd +.com.br +.com.cn +.com.co +.com.eg +.com.hk +.com.lk +.com.mx +.com.my +.com.pe +.com.ph +.com.pk +.com.py +.com.sa +.com.sg +.com.tr +.com.tw +.com.uy +.com.vn .aaa .aarp .abarth