From 25f82d3e47c0271910c49daa2d38fe22588c4fd9 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sun, 12 Jan 2025 19:53:44 +0100 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e76566f --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# AS215085.net vyos scripts + +### How to use +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'``` + +1. Edit app.py and change ip:port to your Vyos IP and port +2. replace key with your own key + +### License +```Apache License, Version 2.0 and the Commons Clause Restriction``` \ No newline at end of file