551 B
551 B
AS215085.net vyos scripts
How to use
-
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' -
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-flask -
python3 app.py
License
Apache License, Version 2.0 and the Commons Clause Restriction