Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(resolving) support domain names that start with a number.
Domains are allowed to start with numbers and are currently not resolved because of the current simple regex. The new regexes better cover the IPv4 and IPv6 address (with optional netmask)
- Loading branch information