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:
parent
098d44fdcf
commit
2aa968920e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue