feat: ssh auth, protocol management, and cleanup

This commit is contained in:
infosave2007
2026-01-23 17:55:40 +03:00
parent 60fc55fd47
commit bbab877eac
70 changed files with 16225 additions and 986 deletions
+5
View File
@@ -0,0 +1,5 @@
-- Fix AmneziaWG MTU to 1280 for better compatibility
-- This resolves connection issues with PPPoE, mobile networks, and tunnels
UPDATE protocols SET
install_script = REPLACE(install_script, 'MTU=${MTU:-1420}', 'MTU=${MTU:-1280}')
WHERE slug = 'amnezia-wg-advanced';