No description
| static | ||
| app.py | ||
| README.md | ||
AS215085.net vyos scripts
Vyos config
- Login to Vyos and enter configure mode.
set service https api keys id api key 'YourKey'set service https listen-address 'VyosIP'set service https port '80'set service https allow-client address '0.0.0.0/0'
App config
- Edit app.py and change ip:port to your Vyos IP and port
- replace key with your own key
apt install -y python3 python3-jinja2 python3-flaskpython3 app.py
License
Apache License, Version 2.0 and the Commons Clause Restriction