Skip to content

Commit

Permalink
Add ccTLD's
Browse files Browse the repository at this point in the history
  • Loading branch information
topscoder committed Jun 2, 2023
1 parent b4d5ecb commit de3548f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
5 changes: 4 additions & 1 deletion domainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
34 changes: 28 additions & 6 deletions tlds.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit de3548f

Please sign in to comment.