Skip to content
New issue

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

Since commit cb1f39b - unable to make wireproxy as a server, not client #156

Open
edevosc2c opened this issue Jan 16, 2025 · 0 comments · May be fixed by #157
Open

Since commit cb1f39b - unable to make wireproxy as a server, not client #156

edevosc2c opened this issue Jan 16, 2025 · 0 comments · May be fixed by #157

Comments

@edevosc2c
Copy link

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:

[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

How to reproduce

  1. Compile wireproxy with the latest commit
  2. Launch wireproxy with this config:
[Interface]
PrivateKey = XXXXXXXXXXXXXXXXXX
Address = 192.168.100.1/32
ListenPort = 51820

[Peer]
PublicKey = XXXXXXXXXXXXXXXXXX
AllowedIPs = 192.168.100.0/24
edevosc2c added a commit to edevosc2c/wireproxy that referenced this issue Jan 16, 2025
@edevosc2c edevosc2c linked a pull request Jan 16, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant