-
-
Notifications
You must be signed in to change notification settings - Fork 76
invalid domains #62
Comments
@dnmTX hello. The So unless someone complains that they are causing them issues, I intend to leave them. Any information why |
Good job.Glad to know that you're on top of things 👍
@funilrys is the one who can answer that but if i have to guess it's probably the dash
|
In your command, |
Also |
@lightswitch05 @dnmTX I get the following ....
|
I guess my version was including the quotes in the lookup. I’ll update my validation regex to exclude domains starting with a |
Closed by adb09a6 |
@dnmTX |
@lightswitch05 You can (also) program on top of PyFunceble and only run a Syntax check instead of an availability check .... 😸 Here is an example (from the documentation): from PyFunceble import syntax_check as PyFuncebleDomainSyntax
from PyFunceble import ipv4_syntax_check as PyFuncebleIPv4Syntax
print("google.com", PyFuncebleDomainSyntax(domain="google.com"))
print("216.58.207.46", PyFuncebleIPv4Syntax(ip="216.58.207.46"))
print("forest-jump", PyFuncebleDomainSyntax(domain="forest-jump"))
print("257.58.207.46", PyFuncebleIPv4Syntax(ip="257.58.207.46")) And the launch result/output: https://travis-ci.com/funilrys/PyFunceble/jobs/171919173#L1991-L1998 |
Looks like dnsmasq already implemented a FIX for the |
@lightswitch05 you have some INVALID once present.Mine as well remove them.
Close this when done.Thanks.
The text was updated successfully, but these errors were encountered: