mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 06:04:24 +08:00
Document IP() is IPv4 only (#744)
Fixes https://github.com/StackExchange/dnscontrol/issues/737
This commit is contained in:
parent
6348b1d995
commit
524f346943
1 changed files with 3 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue