commit | c29021e2a594fb29471c8c7e61ab8f45296622ba | [log] [tgz] |
---|---|---|
author | Arthur Gautier <baloo@gandi.net> | Tue Jul 28 05:35:00 2015 +0000 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Jul 30 03:03:58 2015 +0200 |
tree | 4a10b401305812737521eb6b493b166342042316 | |
parent | 193ba408a4fd3313b1dc2eb5eb25885cfa4363f6 [diff] |
udhcpc: dns labels can actually start with a number While RFC1035 recommends a label not to start with a number, there is actually no such limitation in dns. One may buy a domain name like 0x1.net and use it. This commit remove this check and allow a user to use such domains. Signed-off-by: Arthur Gautier <baloo@gandi.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>