From 48ebb5554fae21d26fa3dc883cb2bf9f6fec7e4b Mon Sep 17 00:00:00 2001 From: penguinehis Date: Sun, 30 Nov 2025 18:29:29 -0300 Subject: [PATCH] Fix xray table --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 6be89e5..6282829 100644 --- a/install.sh +++ b/install.sh @@ -105,6 +105,7 @@ php /opt/DragonCore/menu.php createv2table php /opt/DragonCore/dbconvert.php convertdba php /opt/DragonCore/dbconvert.php finishdba php /opt/DragonCore/menu.php deletecone ws +php /opt/DragonCore/menu.php createXrayTable sed -i '/# HostKeyAlgorithms/ a\HostKeyAlgorithms +ssh-rsa' /etc/ssh/sshd_config sed -i '/# PubkeyAcceptedKeyTypes/ a\PubkeyAcceptedKeyTypes +ssh-rsa' /etc/ssh/sshd_config