Skip to content

M-Polonczyk/zpi

Repository files navigation

Backend for Pfsense configuration

Installation

  1. Clone the repository:

  2. Create a virtual environment (optional but recommended):

  • For Linux/macOS:
python3 -m venv .venv
source .venv/bin/activate
  • For Windows:
python -m venv .venv
.venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables if using wan interface:
    • Create a .env file in the root directory and add the following variables:
      PFSENSE_HOST=wan-ip-address
      

About

Zespołowe Przedsięwzięcie Inżynierskie (XD)

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors