🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-02-25 15:27:58 -05:00
parent 971527ef77
commit 9832806757
3 changed files with 14 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ __start_message() {
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
__exec_pre_start() {
__start_message
__exec_command php -S 0.0.0.0:80 -t "/data/htdocs/www" &
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
__run_backup() {

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tor proxy</title>
</head>
<body>
tor proxy server
</body>
</html>