From 28bd8f7855f8f92c42e7e0df9e4374f6aebef779 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sun, 12 Jan 2025 19:53:56 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e76566f..2805c09 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ 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'``` +4. ```set service https port '80'``` +5. ```set service https allow-client address '0.0.0.0/0'``` 1. Edit app.py and change ip:port to your Vyos IP and port 2. replace key with your own key