We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In v1.0.7, the PR #74 was merged, which included the ability to omit the "Endpoint" parameter in the Peer section. Like so:
[Peer] PublicKey = XXXXXXXXXXXXXXX AllowedIPs = 192.168.100.0/24
But I have narrowed down that since commit cb1f39b, this has stopped working and now returns the following error:
missing port in address
[Interface] PrivateKey = XXXXXXXXXXXXXXXXXX Address = 192.168.100.1/32 ListenPort = 51820 [Peer] PublicKey = XXXXXXXXXXXXXXXXXX AllowedIPs = 192.168.100.0/24
The text was updated successfully, but these errors were encountered:
fix: issue with omiting endpoint
c57b5cd
fixes pufferffish#156
Successfully merging a pull request may close this issue.
Description
In v1.0.7, the PR #74 was merged, which included the ability to omit the "Endpoint" parameter in the Peer section. Like so:
But I have narrowed down that since commit cb1f39b, this has stopped working and now returns the following error:
How to reproduce
The text was updated successfully, but these errors were encountered: