Generate and deploy real WG/AWG configs to VPS over SSH

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
test2
2026-07-25 21:38:22 +03:00
co-authored by Cursor
parent 321a5b2504
commit cd106b68bc
10 changed files with 477 additions and 35 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
from app.services import crypto, vpn, ssh
from app.services import crypto, vpn, ssh, remote
__all__ = ["crypto", "vpn", "ssh"]
__all__ = ["crypto", "vpn", "ssh", "remote"]