1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-03 15:55:20 -05:00
This commit is contained in:
Darien Raymond
2018-03-04 21:06:04 +01:00
parent a52eb8f82b
commit 9100a78914
2 changed files with 2 additions and 2 deletions

View File

@@ -85,6 +85,6 @@ func (sc *SecurityConfig) GetSecurityType() SecurityType {
return sc.Type
}
func IsDomainTooLong(domain string) bool {
func isDomainTooLong(domain string) bool {
return len(domain) > 256
}