Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

nxtrace/powserver

Repository files navigation

POW SERVER

NEXTTRACE项目派生的仓库,用于实现POW反爬

server : https://github.com/tsosunchia/powserver

client : https://github.com/tsosunchia/powclient

部署(venv)

前置依赖

  • Python 3
  • jq(launch.sh 读取 config.json 依赖)

安装步骤

git clone https://github.com/tsosunchia/powserver.git
cd powserver
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp config_example.json config.json
# 按需修改 config.json

启动(前台)

bash launch.sh

systemd 服务(venv)

  1. 编辑 powServer.service,修改 UserWorkingDirectory,并确认 Environment 中的路径与实际目录一致。
  2. 安装并启用服务:
sudo cp powServer.service /etc/systemd/system/powServer.service
sudo systemctl daemon-reload
sudo systemctl enable --now powServer

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /