Merge pull request #5 from SattaiLanfear/master
Interfaces can be named almost anything on modern systems.
This commit is contained in:
commit
ec4ab3a636
1 changed files with 1 additions and 1 deletions
2
ddclient
2
ddclient
|
@ -1753,7 +1753,7 @@ sub check_value {
|
|||
return undef if $value eq "";
|
||||
|
||||
} elsif ($type eq T_IF) {
|
||||
return undef if $value !~ /^[a-z0-9:._-]+$/;
|
||||
return undef if $value !~ /^[a-zA-Z0-9:._-]+$/;
|
||||
|
||||
} elsif ($type eq T_PROG) {
|
||||
return undef if $value eq "";
|
||||
|
|
Loading…
Reference in a new issue