mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: Clarify IPv6 variables are strings (#1775)
Co-authored-by: Jeffrey Cafferata <jeffrey@jcid.nl>
This commit is contained in:
@@ -53,6 +53,12 @@ D('example.com', REG, DnsProvider('R53'),
|
||||
)
|
||||
```
|
||||
|
||||
NOTE: The `IP()` function doesn't currently support IPv6 (PRs welcome!). IPv6 addresses are strings.
|
||||
|
||||
```js
|
||||
var addrAAAA = "0:0:0:0:0:0:0:0";
|
||||
```
|
||||
|
||||
## Variables to swap active Data Center
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user