some fixes

This commit is contained in:
kandrusyak
2022-12-05 23:09:54 +03:00
parent e0753a0779
commit 8bf83aaa5b
4 changed files with 10 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ AllowedIPs = 0.0.0.0/0
Endpoint = ${servers?.[selectedServer]?.endpoint}
PersistentKeepalive = 25
`,
[store.vpnServers, store.vpnPrivateKey, selectedServer]
[servers, store.vpnPrivateKey, selectedServer]
);
useEffect(() => {