mirror of
https://github.com/Estom/notes.git
synced 2026-02-03 10:33:35 +08:00
10 lines
272 B
Bash
10 lines
272 B
Bash
sudo yum install tinyproxy -y # 或 dnf install tinyproxy -y
|
|
sudo apt update && sudo apt install tinyproxy -y
|
|
|
|
sudo vim /etc/tinyproxy/tinyproxy.conf
|
|
|
|
sudo systemctl restart tinyproxy
|
|
sudo systemctl enable tinyproxy
|
|
|
|
|
|
curl -x http://服务器IP:8888 http://httpbin.org/ip |