Skip to content

A web-based application for managing and serving Proxy Auto-Configuration (PAC) files.

Notifications You must be signed in to change notification settings

dodid/pac-proxy-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Auto-Configuration (PAC) Manager

A web-based application for managing Proxy Auto-Configuration (PAC) files.

Features

  • Create, edit, and delete PAC files
  • Test URLs against PAC rules
  • View access logs for each PAC file
  • Manage proxy rules including:
    • Proxied domains
    • Proxied IP ranges
    • Bypassed IP ranges

Installation

  1. Clone the repository:

    git clone https://github.com/dodid/pac-proxy-manager.git
    cd pac-proxy-manager
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run the application:

    uvicorn app.main:app
  5. Access the application at http://localhost:8000

Screenshots

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Create a new Pull Request

License

MIT License - See LICENSE for more information

About

A web-based application for managing and serving Proxy Auto-Configuration (PAC) files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published