You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panel's script will add aes-128-gcm in xray_ss_method in mysql's database
-i fixed it by add it under settings in json file like "method": "aes-128-gcm" also "password": "somepasswd".
and so in mysql's database "method": "aes-128-gcm" also "password": "somepasswd" under settings are lost and developer missed them
without these xray's SS cant run
The text was updated successfully, but these errors were encountered:
-i fixed it by add it under settings in json file like "method": "aes-128-gcm" also "password": "somepasswd".
and so in mysql's database "method": "aes-128-gcm" also "password": "somepasswd" under settings are lost and developer missed them
The text was updated successfully, but these errors were encountered: