From c789f1c884781736317f5f0a96ad0f41110f56e7 Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Mon, 27 May 2024 22:06:21 +0200 Subject: [PATCH] fix openwisp config --- files/etc/config/openwisp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/files/etc/config/openwisp b/files/etc/config/openwisp index 181e08b..0787433 100644 --- a/files/etc/config/openwisp +++ b/files/etc/config/openwisp @@ -1,8 +1,7 @@ config controller 'http' option url 'https://openwisp.faked.org' option shared_secret 'fSIRdSdsqoKYhCYovE1zareJhkOKMtcL' - default_hostname 'openwrt' - mac_interface 'br-lan' - management_interface 'br-lan' - option uuid '' - option key '' + option default_hostname 'openwrt' + option mac_interface 'br-lan' + option management_interface 'br-lan' + option verify_ssl '0' -- GitLab