whois.tinysites.com/composables/zones.js

4 lines
188 B
JavaScript
Raw Permalink Normal View History

2024-08-12 05:03:55 +00:00
export default function (tld) {
const zones = ['nh','xdx','sites','epoch','central','mixtape','girlfriend','biography','helloworld','site.ws','sites.page']
return zones.includes(tld)
}