Document IP() is IPv4 only (#744)

Fixes https://github.com/StackExchange/dnscontrol/issues/737
This commit is contained in:
Tom Limoncelli 2020-05-22 10:22:24 -04:00 committed by GitHub
parent 6348b1d995
commit 524f346943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,9 @@ parameters:
- ip
---
Converts the IP address from string to an integer. This allows performing mathematical operations with the IP address.
Converts an IPv4 address from string to an integer. This allows performing mathematical operations with the IP address.
This does not accept IPv6 addresses. (PRs gladly accepted.)
{% include startExample.html %}
{% highlight js %}