test
Browse files- App/app.py +2 -1
App/app.py
CHANGED
@@ -40,7 +40,8 @@ async def connect_to_vpn():
|
|
40 |
# For example, if using OpenVPN:
|
41 |
command = [
|
42 |
"openvpn",
|
43 |
-
"--dev
|
|
|
44 |
"--config",
|
45 |
f"{os.path.dirname(__file__)}/Mikrotik/utils/client1-working.ovpn",
|
46 |
]
|
|
|
40 |
# For example, if using OpenVPN:
|
41 |
command = [
|
42 |
"openvpn",
|
43 |
+
"--dev",
|
44 |
+
"tun",
|
45 |
"--config",
|
46 |
f"{os.path.dirname(__file__)}/Mikrotik/utils/client1-working.ovpn",
|
47 |
]
|