Invalid WireGuard configuration file for IPv6 endpoint
Open
bug
- Dominant language
- Rust
- Stars
- 2.8k
- Forks
- 115
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 51
Description
**Describe the bug**
For locations with IPv6 endpoint, WireGuard configuration file contains invalid entry. The IPv6 address should be in parentheses.
For example
**IS**
```
Endpoint = fe00::0011:50666
```
**SHOULD BE**
```
Endpoint = [fe00::0011]:50666
```
Contributor guide
Assessment
This issue has not been assessed yet.