VPN management application
Find a file
Kumi d2893c3ffa
feat: add debugging configuration for Django in VSCode
Included a new launch.json for VSCode to enable easy debugging
of Django projects using the Python Debugger. This configuration
launches the Django server with debugpy, making it simpler for
developers to set breakpoints and debug their applications directly
within the editor.
2024-07-12 08:41:06 +02:00
.vscode feat: add debugging configuration for Django in VSCode 2024-07-12 08:41:06 +02:00
coldbrew feat(models): add validators for VPN port range 2024-07-12 08:40:41 +02:00
.gitignore feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00
LICENSE feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00
manage.py feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00
poetry.lock feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00
pyproject.toml feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00
README.md feat: initialize project structure with core setup 2024-07-12 08:31:39 +02:00

ColdBrew - A Django-based VPN manager.

Setup Notes

  1. Ensure that you have a rule in iptables that denies routing by default. ColdBrew will manage the rules for you, but it needs a rule to start from. If you don't have one, you can add one with iptables -A FORWARD -j DROP.

Contributing

We welcome contributions to this project. Please see the CONTRIBUTING file for more information.

License

This project is licensed under the MIT License - see the LICENSE file for details.