Skip to content

Commit

Permalink
Remove WireguardDetailer & OpenVpnDetailer struct
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Mar 15, 2024
1 parent de7835e commit 0ae1b2a
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 255 deletions.
4 changes: 4 additions & 0 deletions mullvad-relay-selector/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

/// All the valid ports when using UDP2TCP obfuscation.
pub(crate) const UDP2TCP_PORTS: [u16; 2] = [80, 5001];

/// The standard port on which an exit relay accepts connections from an entry relay in a
/// multihop circuit.
pub(crate) const WIREGUARD_EXIT_PORT: u16 = 51820;
Loading

0 comments on commit 0ae1b2a

Please sign in to comment.