开源地址
https://github.com/WenLiCG/PowerWhois

作者的docker脚本

apt-get update && apt-get install -y git
docker rm -f redis typonamer && rm -rf PowerWhois && git clone https://github.com/WenLiCG/PowerWhois.git && sed -i 's/8080:8080/8082:8080/g' PowerWhois/deploy/docker-compose.yml && cd PowerWhois/deploy && docker compose up -d

我用的docker脚本跑的。打开IP:8082提示Cannot GET /

不是SSL的问题,搞不定了,求助一下。