An open API service indexing awesome lists of open source software.

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.

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)