Output text configs #2

Open
Fedor-Lyanguzov wants to merge 6 commits from output-text-files into main
Fedor-Lyanguzov commented 2024-12-27 23:58:34 +03:00 (Migrated from github.com)
  • Server (static peer) config:
    • Interface section
    • Peer section for every dynamic peer
    • Peer section for other static peers
  • Client (dynamic peer) config:
    • Interface section
    • Peer section for static peer
  • Integration tests with configparser https://docs.python.org/3/library/configparser.html
- [ ] Server (static peer) config: - [x] Interface section - [ ] Peer section for every dynamic peer - [ ] Peer section for other static peers - [ ] Client (dynamic peer) config: - [x] Interface section - [x] Peer section for static peer - [ ] Integration tests with `configparser` https://docs.python.org/3/library/configparser.html
This pull request has changes conflicting with the target branch.
  • pyproject.toml
  • vpn_manager/__init__.py
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin output-text-files:output-text-files
git checkout output-text-files
Sign in to join this conversation.