Whitelist partner registration id.

This commit is contained in:
Jacob Hoffman-Andrews 2015-10-15 09:15:45 -07:00
parent 1183f52ce9
commit 3ab31960d3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const (
// to skip the domain whitelist (but not the blacklist). This is for an
// early partner integration during the beta period and should be removed
// later.
whitelistedPartnerRegID = -1
whitelistedPartnerRegID = 131
)
var dnsLabelRegexp = regexp.MustCompile("^[a-z0-9][a-z0-9-]{0,62}$")