Skip to content

Commit

Permalink
Update Source.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheyCallMeSecond authored Nov 27, 2023
1 parent 1f95584 commit bd7efaa
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Sing-Box_Config_Installer/Source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -688,23 +688,14 @@ install_shadowtls() {
(crontab -l 2>/dev/null; echo "0 */5 * * * systemctl restart ST") | crontab -

echo "ShadowTLS config for Nekoray : "

echo

cat /etc/shadowtls/user-nekorayconfig.txt

echo

echo "ShadowTLS config for Nekobox : "

echo

cat /etc/shadowtls/user-nekoboxconfig.txt

echo

echo "ShadowTLS setup completed."

echo -e "\e[31mPress Enter to Exit\e[0m"
read
clear
Expand Down Expand Up @@ -776,23 +767,14 @@ modify_shadowtls_config() {
sudo systemctl start ST

echo "ShadowTLS config for Nekoray : "

echo

cat /etc/shadowtls/user-nekorayconfig.txt

echo

echo "ShadowTLS config for Nekobox : "

echo

cat /etc/shadowtls/user-nekoboxconfig.txt

echo

echo "ShadowTLS configuration modified."

echo -e "\e[31mPress Enter to Exit\e[0m"
read
clear
Expand Down

0 comments on commit bd7efaa

Please sign in to comment.