https://github.com/zomco/ubuntu-proxy
Setup ubuntu proxy in one command
https://github.com/zomco/ubuntu-proxy
Last synced: 11 months ago
JSON representation
Setup ubuntu proxy in one command
- Host: GitHub
- URL: https://github.com/zomco/ubuntu-proxy
- Owner: zomco
- License: mit
- Created: 2025-07-26T05:37:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T08:38:31.000Z (11 months ago)
- Last Synced: 2025-07-26T11:32:33.996Z (11 months ago)
- Language: Shell
- Size: 6.93 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ubuntu-proxy
Setup ubuntu proxy in one command.
If you are a developer living in mainland China, you will definitely be troubled by network problems. Especially when deploying Docker on a newly purchased cloud server, you need to manually configure some proxies. This repository organizes some common configurations into scripts
## Prerequisites
- [Hysteria2](https://v2.hysteria.network/zh/docs/getting-started/Client/) client configuration file
## How to use
- Download repository
`git clone https://github.com/zomco/ubuntu-proxy.git`
`cd ubuntu-proxy`
- Update configuration
`nano config.yaml`
// replace with your own configuration
- Run
`sudo chmod +x ./hysteria-linxu-amd64`
`sudo chmod +x ./proxy.sh`
`./proxy.sh set`
## Troubleshooting
If you have any problems, please [open an issue](https://github.com/zomco/ubuntu-proxy/issues)