Go to file
2024-05-29 23:27:43 +03:00
app v0.0.1 2024-05-29 23:27:43 +03:00
.gitignore v0.0.1 2024-05-29 23:27:43 +03:00
config.example.yml v0.0.1 2024-05-29 23:27:43 +03:00
LICENSE v0.0.1 2024-05-29 23:27:43 +03:00
main.py v0.0.1 2024-05-29 23:27:43 +03:00
README.md v0.0.1 2024-05-29 23:27:43 +03:00
requirements.txt v0.0.1 2024-05-29 23:27:43 +03:00

Simple Proxy Auto Configuration (PAC) Server

This server supports to split the configuration for clients by IP.

Run: /path/to/python3 main.py --config /path/to/config/file.yml --host 0.0.0.0 --port 3000