|
|
@ -2,11 +2,10 @@ import Now from './'; |
|
|
|
import toHost from './to-host'; |
|
|
|
import chalk from 'chalk'; |
|
|
|
import isZeitWorld from './is-zeit-world'; |
|
|
|
import _domainRegex from 'domain-regex'; |
|
|
|
import { DOMAIN_VERIFICATION_ERROR } from './errors'; |
|
|
|
import { resolve4 } from './dns'; |
|
|
|
|
|
|
|
const domainRegex = _domainRegex(); |
|
|
|
const domainRegex = /^((?=[a-z0-9-]{1,63}\.)(xn--)?[a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,63}$/; |
|
|
|
|
|
|
|
export default class Alias extends Now { |
|
|
|
|
|
|
|