https://github.com/alp55/discord-proxy-launcher
Discord Proxy Launcher
https://github.com/alp55/discord-proxy-launcher
discord discord-proxy dns goodbydpi ssl-proxy turkey
Last synced: 7 months ago
JSON representation
Discord Proxy Launcher
- Host: GitHub
- URL: https://github.com/alp55/discord-proxy-launcher
- Owner: alp55
- License: mit
- Created: 2025-03-10T13:50:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T14:12:27.000Z (7 months ago)
- Last Synced: 2025-03-10T15:21:58.793Z (7 months ago)
- Topics: discord, discord-proxy, dns, goodbydpi, ssl-proxy, turkey
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Proxy Launcher
This project helps bypass ISP restrictions for Discord access by temporarily using SSL proxies in conjunction with GoodbyDPI. It automatically manages the proxy connection process during Discord launch and removes the proxy once the connection is established.
## Purpose
When GoodbyDPI alone is not sufficient to access Discord, this tool:
1. Temporarily enables a validated SSL proxy
2. Launches Discord and helps establish the initial connection
3. Automatically removes the proxy once Discord is successfully connected
4. Works alongside GoodbyDPI to bypass ISP restrictions effectively## Features
- Automated proxy management for Discord launch
- Integration with GoodbyDPI
- Uses validated SSL proxies
- Automatic proxy removal after successful connection
- Easy to use Python-based launcher## Prerequisites
- Python 3.x
- GoodbyDPI installed and running
- Required Python packages (requirements.txt)
- Working SSL proxies list (csv format)## Installation
1. Make sure you have GoodbyDPI running
2. Clone this repository
3. Install required Python packages:
```bash
pip install -r requirements.txt
```## Usage
1. Ensure GoodbyDPI is running
2. Run the launcher:
```bash
python discord_proxy_launcher.py
```## Proxy Source
The SSL proxies used in this project are validated using [SSL-Proxy-Validator](https://github.com/alp55/SSL-Proxy-Validator), another project that helps in finding and validating working SSL proxies.
## Author
- **Alperen Ulutaş**
- Email: alperen.ulutas.1@gmail.com
- GitHub: [@alp55](https://github.com/alp55)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.