From: Eugene Crosser Date: Fri, 4 Apr 2014 14:15:55 +0000 (+0400) Subject: check the string for being an IPv4 address X-Git-Tag: 0.9.0.0~96 X-Git-Url: http://www.average.org/gitweb/?p=pdns-pipe-nmc.git;a=commitdiff_plain;h=3296cbcefa4b9d7a3b80ef8aef5fc59a830dd97f;hp=3296cbcefa4b9d7a3b80ef8aef5fc59a830dd97f check the string for being an IPv4 address When we encounter a string where a json object representing a domain is expected, check if this string looks like an IPv4 address, and return a domain object with this address. ---