From f107a600626378628ce4faa344043452377abb9f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:41:13 +0100 Subject: [PATCH] netbox HTTPS instead http --- ct/netbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/netbox.sh b/ct/netbox.sh index b310a881..8251ed14 100644 --- a/ct/netbox.sh +++ b/ct/netbox.sh @@ -87,4 +87,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}https://${IP}${CL}" \ No newline at end of file