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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user