diff options
Diffstat (limited to 'mullvad-relay-selector/src/constants.rs')
| -rw-r--r-- | mullvad-relay-selector/src/constants.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mullvad-relay-selector/src/constants.rs b/mullvad-relay-selector/src/constants.rs new file mode 100644 index 0000000000..5e6b511195 --- /dev/null +++ b/mullvad-relay-selector/src/constants.rs @@ -0,0 +1,4 @@ +//! Constants used throughout the relay selector + +/// All the valid ports when using UDP2TCP obfuscation. +pub(crate) const UDP2TCP_PORTS: [u16; 2] = [80, 5001]; |
