mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-24 22:26:07 +03:00
enable caddy
This commit is contained in:
parent
dc38de67d5
commit
b1bc74104d
@ -400,6 +400,7 @@ namespace ProxySU_Core.Models.Developers
|
||||
RunCmd("curl -o caddy_install.sh https://raw.githubusercontent.com/proxysu/shellscript/master/Caddy-Naive/caddy-naive-install.sh");
|
||||
RunCmd("yes | bash caddy_install.sh");
|
||||
RunCmd("rm -rf caddy_install.sh");
|
||||
RunCmd("systemctl enable caddy.service");
|
||||
}
|
||||
|
||||
protected void UninstallCaddy()
|
||||
|
Loading…
Reference in New Issue
Block a user