From 7a5f3c52cea6aa1ad0a08f7d53184ecfb07c6187 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sun, 12 Jan 2025 19:56:01 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e43a5c..b31e2cd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # AS215085.net vyos scripts -### How to use +### Vyos config 1. Login to Vyos and enter configure mode. 2. ```set service https api keys id api key 'YourKey'``` 3. ```set service https listen-address 'VyosIP'``` 4. ```set service https port '80'``` 5. ```set service https allow-client address '0.0.0.0/0'``` +### App config 1. Edit app.py and change ip:port to your Vyos IP and port 2. replace key with your own key 3. ```apt install -y python3 python3-jinja2 python3-flask```