trojan.fanyagin.ru Open in urlscan Pro
45.136.50.189  Public Scan

Submitted URL: https://trojan.fanyagin.ru/
Effective URL: https://trojan.fanyagin.ru:8443/
Submission: On April 13 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

ENTRY DETAILS REPO trojan-docker MAINTAINER EXP ENVIRONMENT Linux amd64 STEP 01
python3 -m pip install certbot --default-timeout=600 -i
https://pypi.tuna.tsinghua.edu.cn/simple STEP 02 /usr/local/bin/certbot certonly
--standalone -d demo_domain.com -d www.demo_domain.com STEP 03 git clone
https://github.com/lyy289065406/trojan-docker /usr/local/trojan-docker STEP 04
cd /usr/local/trojan-docker STEP 05 password=demo_password
domain=demo_domain.com docker-compose build STEP 06 ./renew_cert.sh STEP 07 把
nginx/html 下的内容替换为你的站点内容 STEP 08 docker-compose up -d STEP 09 docker-compose
down STEP 10 crontab -e STEP 11 0 0 1 */2 0 /bin/sh
/usr/local/trojan-docker/renew_cert.sh