mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
[DOCS] Fix typo in IPv6 address notes (#1566)
This commit is contained in:
parent
b12528a65c
commit
1debc820fa
|
@ -132,7 +132,7 @@ register a second factor device.
|
||||||
|
|
||||||
## IPv6 Addresses
|
## 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
|
```yaml
|
||||||
url: ldap://[fd00:1111:2222:3333::1]
|
url: ldap://[fd00:1111:2222:3333::1]
|
||||||
```
|
```
|
||||||
|
|
|
@ -20,7 +20,7 @@ host: 0.0.0.0
|
||||||
port: 9091
|
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
|
```yaml
|
||||||
host: "[fd00:1111:2222:3333::1]"
|
host: "[fd00:1111:2222:3333::1]"
|
||||||
|
|
|
@ -62,7 +62,7 @@ Most configuration options are self-explanatory, however here is an explanation
|
||||||
be as obvious.
|
be as obvious.
|
||||||
|
|
||||||
### host
|
### 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
|
```yaml
|
||||||
host: "[fd00:1111:2222:3333::1]"
|
host: "[fd00:1111:2222:3333::1]"
|
||||||
```
|
```
|
||||||
|
|
|
@ -67,7 +67,7 @@ for [duration notation format](index.md#duration-notation-format) for more infor
|
||||||
|
|
||||||
## IPv6 Addresses
|
## 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
|
```yaml
|
||||||
host: "[fd00:1111:2222:3333::1]"
|
host: "[fd00:1111:2222:3333::1]"
|
||||||
```
|
```
|
||||||
|
|
|
@ -21,7 +21,7 @@ storage:
|
||||||
|
|
||||||
## IPv6 Addresses
|
## 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
|
```yaml
|
||||||
host: "[fd00:1111:2222:3333::1]"
|
host: "[fd00:1111:2222:3333::1]"
|
||||||
```
|
```
|
||||||
|
|
|
@ -21,7 +21,7 @@ storage:
|
||||||
|
|
||||||
## IPv6 Addresses
|
## 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
|
```yaml
|
||||||
host: "[fd00:1111:2222:3333::1]"
|
host: "[fd00:1111:2222:3333::1]"
|
||||||
```
|
```
|
||||||
|
|
|
@ -22,7 +22,7 @@ storage:
|
||||||
|
|
||||||
## IPv6 Addresses
|
## 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
|
```yaml
|
||||||
host: "[fd00:1111:2222:3333::1]"
|
host: "[fd00:1111:2222:3333::1]"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user