feat: 香港服务器搜索代理 search-proxy (Go) — Google/Bing/DDG直连API

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