Skip to content

Commit

Permalink
Add IPv6 to server features
Browse files Browse the repository at this point in the history
  • Loading branch information
zPhoeniqz authored Dec 9, 2024
1 parent d5b8465 commit ca6261b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protonvpn_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
2: "Tor",
4: "P2P",
8: "Streaming",
16: "IPv6"
}
SPLIT_TUNNEL_FILE = os.path.join(CONFIG_DIR, "split_tunnel.txt")
OVPN_FILE = os.path.join(CONFIG_DIR, "connect.ovpn")
Expand Down

0 comments on commit ca6261b

Please sign in to comment.