mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-18 06:34:34 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
971527ef77
commit
9832806757
@ -43,7 +43,7 @@ ARG PHP_VERSION
|
||||
|
||||
ARG PACK_LIST="bash bash-completion iproute2 ssmtp openssl wget curl jq ca-certificates \
|
||||
tzdata mailcap git ncurses util-linux pciutils usbutils coreutils binutils findutils grep \
|
||||
iproute2 sudo rsync zip certbot tini tor torsocks"
|
||||
iproute2 sudo rsync zip certbot tini tor torsocks php"
|
||||
|
||||
ENV ENV=~/.bashrc
|
||||
ENV SHELL="/bin/sh"
|
||||
|
@ -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() {
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user