support for AirVPN entry-IP 3 with Wireguard protocol#1890
Open
le0m wants to merge 1 commit into
Open
Conversation
le0m
force-pushed
the
airvpn-wireguard-ipin3
branch
from
October 31, 2023 13:47
c27275d to
8e8fbb9
Compare
qdm12
force-pushed
the
master
branch
2 times, most recently
from
November 23, 2023 08:37
57a0645 to
059b128
Compare
le0m
force-pushed
the
airvpn-wireguard-ipin3
branch
from
December 11, 2023 15:54
8e8fbb9 to
3328e65
Compare
qdm12
force-pushed
the
master
branch
2 times, most recently
from
March 25, 2024 18:44
bba6a9f to
23b0320
Compare
qdm12
force-pushed
the
master
branch
3 times, most recently
from
January 24, 2026 17:56
27f74e4 to
fe3d4a9
Compare
qdm12
force-pushed
the
master
branch
2 times, most recently
from
February 25, 2026 04:24
d0247a1 to
0eeee5c
Compare
qdm12
force-pushed
the
master
branch
2 times, most recently
from
March 11, 2026 17:16
30fe1a1 to
b04529c
Compare
|
Holy this pull is old, but I wonder how the prioritization works in Gluetun, I can see on the server list that for OpenVPN this is already done. |
qdm12
force-pushed
the
master
branch
4 times, most recently
from
May 3, 2026 04:29
40f126b to
44d5104
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for entry-IP 3 in AirVPN's Wireguard protocol. See specs, i incurred in this problem today.
AirVPN also supports Wireguard's standard port
51820with entry-IP 3, but this is my very first time writing GO code so i don't know how to conditionally add it to the validation here.Tested this locally with the updater CLI command, seems to work.