|
|
|
@ -8033,6 +8033,8 @@ func TestFQDNValidation(t *testing.T) { |
|
|
|
|
{"example24.com.", true}, |
|
|
|
|
{"test.example24.com.", true}, |
|
|
|
|
{"test24.example24.com.", true}, |
|
|
|
|
{"24.example24.com", true}, |
|
|
|
|
{"test.24.example.com", true}, |
|
|
|
|
{"test24.example24.com..", false}, |
|
|
|
|
{"example", false}, |
|
|
|
|
{"192.168.0.1", false}, |
|
|
|
|