1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

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

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 %}