feat: search-proxy v2 — 加百度引擎+限流(30rps)+优雅关闭+panic恢复+连接池+端口18080

This commit is contained in:
thzxx
2026-06-10 17:15:38 +08:00
parent 74a5a5609b
commit 87f80dd11e
3 changed files with 284 additions and 123 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
[Unit]
Description=Search Proxy - Google/Bing/DDG API
Description=Search Proxy - Google/Bing/DDG/Baidu API
After=network.target
[Service]
@@ -7,7 +7,7 @@ Type=simple
ExecStart=/opt/search-proxy/search-proxy
Restart=always
RestartSec=5
Environment=PORT=8080
Environment=PORT=18080
[Install]
WantedBy=multi-user.target