OPNSense uses by default https on its webGUI (#12764)

Changing the proposed http url to https, as by opnsense default.
This commit is contained in:
tiagofreire-pt 2020-04-09 08:33:58 +01:00 committed by GitHub
parent 59b8206b4d
commit 0f81153640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ to your configuration.yaml:
```yaml
opnsense:
url: http://router/api
url: https://router/api
api_secret: API_SECRET
api_key: API_KEY
```