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

fix(pia): support port forwarding using Wireguard #2420

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

qdm12
Copy link
Owner

@qdm12 qdm12 commented Aug 16, 2024

  • Build API ip address using the first 2 bytes of the gateway IP and adding 128.1 to it
  • Check it works with Wireguard + custom provider
  • Check it works with OpenVPN. Otherwise add a field to specify which vpn protocol is in use and compute the gateway only for Wireguard
  • Update wiki
  • Fix Feature request: PIA Port Forwarding Wireguard Custom Config #2320

@qdm12 qdm12 marked this pull request as ready for review August 19, 2024 01:18
@qdm12 qdm12 merged commit c39edb6 into master Aug 19, 2024
5 checks passed
@qdm12 qdm12 deleted the pia-pf-wireguard-2320 branch August 19, 2024 01:19
qdm12 added a commit that referenced this pull request Sep 29, 2024
- Build API IP address using the first 2 bytes of the gateway IP and adding `128.1` to it
- API IP address is valid for both OpenVPN and Wireguard
- Fix #2320
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 this pull request may close these issues.

Feature request: PIA Port Forwarding Wireguard Custom Config
1 participant