correct misleading Chinese translation in dns-subdomain-names and dns-label-names

pull/27186/head
WenxingLai 2021-03-24 11:12:26 +08:00 committed by GitHub
parent 00d5073abf
commit 5544c20819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ DNS 子域名的定义可参见 [RFC 1123](https://tools.ietf.org/html/rfc1123)
这一要求意味着名称必须满足如下规则:
- 不能超过253个字符
- 只能包含字母数字,以及'-' 和 '.'
- 只能包含小写字母数字,以及'-' 和 '.'
- 须以字母数字开头
- 须以字母数字结尾
@ -83,7 +83,7 @@ This means the name must:
所定义的 DNS 标签标准。也就是命名必须满足如下规则:
- 最多63个字符
- 只能包含字母数字,以及'-'
- 只能包含小写字母数字,以及'-'
- 须以字母数字开头
- 须以字母数字结尾