https://github.com/complexorganizations/squid-proxy-manager
❤️ The easiest method to set up and manage a squid proxies.
https://github.com/complexorganizations/squid-proxy-manager
Last synced: over 1 year ago
JSON representation
❤️ The easiest method to set up and manage a squid proxies.
- Host: GitHub
- URL: https://github.com/complexorganizations/squid-proxy-manager
- Owner: complexorganizations
- Created: 2021-12-08T15:00:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T01:27:49.000Z (over 4 years ago)
- Last Synced: 2025-01-10T20:19:21.633Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: .github/readme.md
- Funding: .github/funding.yml
- Code of conduct: .github/code_of_conduct.md
- Codeowners: .github/codeowners
- Security: .github/security.md
Awesome Lists containing this project
README
# squid-proxy-manager
Easily create and manage squid proxies.
***squid-proxy-manager is not yet complete. You should not rely on this code. It has not undergone proper degrees of security auditing and the protocol is still subject to change. We're working toward a stable 1.0.0 release, but that time has not yet come. There are experimental snapshots tagged with "0.0.0.MM-DD-YYYY", but these should not be considered real releases and they may contain security vulnerabilities (which would not be eligible for CVEs, since this is pre-release snapshot software). If you are packaging squid-proxy-manager, you must keep up to date with the snapshots.***
## Features
-
-
## Installation
Lets first use `curl` and save the file in `/usr/local/bin/`
```
curl https://raw.githubusercontent.com/complexorganizations/squid-proxy-manager/main/squid-proxy-manager.sh --create-dirs -o /usr/local/bin/squid-proxy-manager.sh
```
Then let's make the script user executable
```
chmod +x /usr/local/bin/squid-proxy-manager.sh
```
It's finally time to execute the script
```
bash /usr/local/bin/squid-proxy-manager.sh
```
## FAQ
#### How many clients can be created?
As many as your heart desires.
#### Question 2
Answer 2
## Contributing
Contributions are always welcome!
See `.github/contributing.md` for ways to get started.
Please adhere to this project's `.github/code_of_conduct.md`.
## Roadmap
- Additional browser support
- Add more integrations
## Authors
- [@prajwal-koirala](https://github.com/prajwal-koirala)
## Support
Please utilize the github repo issue and wiki for help.
## Feedback
Please utilize the github repo conversations to offer feedback.
## License
[Apache License Version 2.0](https://github.com/complexorganizations/squid-proxy-manager/blob/main/.github/license)