summaryrefslogtreecommitdiffhomepage
path: root/mullvad-relay-selector/src/constants.rs
blob: 5e6b5111956695903177437f1d6084a8ca393955 (plain)
1
2
3
4
//! Constants used throughout the relay selector

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