1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps-admin.git synced 2025-03-09 15:40:05 +00:00

Add dsvpn available as default

This commit is contained in:
Ycarus 2020-03-09 12:56:56 +01:00
parent 098d44fdcf
commit 2aa968920e

View file

@ -1439,6 +1439,7 @@ class VPN(str, Enum):
openvpn = "openvpn" openvpn = "openvpn"
glorytuntcp = "glorytun_tcp" glorytuntcp = "glorytun_tcp"
glorytunudp = "glorytun_udp" glorytunudp = "glorytun_udp"
dsvpn = "dsvpn"
class permissions(str, Enum): class permissions(str, Enum):
ro = "ro" ro = "ro"