[DOCS] Fix typo in IPv6 address notes (#1566)
parent
b12528a65c
commit
1debc820fa
|
@ -132,7 +132,7 @@ register a second factor device.
|
|||
|
||||
## IPv6 Addresses
|
||||
|
||||
If utilising an IPv6 literal address it must enclosed by square brackets:
|
||||
If utilising an IPv6 literal address it must be enclosed by square brackets:
|
||||
```yaml
|
||||
url: ldap://[fd00:1111:2222:3333::1]
|
||||
```
|
||||
|
|
|
@ -20,7 +20,7 @@ host: 0.0.0.0
|
|||
port: 9091
|
||||
```
|
||||
|
||||
Note: If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
|
||||
Note: If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
|
||||
|
||||
```yaml
|
||||
host: "[fd00:1111:2222:3333::1]"
|
||||
|
|
|
@ -62,7 +62,7 @@ Most configuration options are self-explanatory, however here is an explanation
|
|||
be as obvious.
|
||||
|
||||
### host
|
||||
If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
|
||||
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
|
||||
```yaml
|
||||
host: "[fd00:1111:2222:3333::1]"
|
||||
```
|
||||
|
|
|
@ -67,7 +67,7 @@ for [duration notation format](index.md#duration-notation-format) for more infor
|
|||
|
||||
## IPv6 Addresses
|
||||
|
||||
If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
|
||||
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
|
||||
```yaml
|
||||
host: "[fd00:1111:2222:3333::1]"
|
||||
```
|
||||
|
|
|
@ -21,7 +21,7 @@ storage:
|
|||
|
||||
## IPv6 Addresses
|
||||
|
||||
If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
|
||||
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
|
||||
```yaml
|
||||
host: "[fd00:1111:2222:3333::1]"
|
||||
```
|
||||
|
|
|
@ -21,7 +21,7 @@ storage:
|
|||
|
||||
## IPv6 Addresses
|
||||
|
||||
If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
|
||||
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
|
||||
```yaml
|
||||
host: "[fd00:1111:2222:3333::1]"
|
||||
```
|
||||
|
|
|
@ -22,7 +22,7 @@ storage:
|
|||
|
||||
## IPv6 Addresses
|
||||
|
||||
If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
|
||||
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
|
||||
```yaml
|
||||
host: "[fd00:1111:2222:3333::1]"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue