From 04e31e1244e97d814528605ac7d412c89052c65c Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 9 Mar 2022 16:35:33 -0500 Subject: [PATCH] Being more specific about FQDNs in Custom URLs --- scripts/advanced.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/advanced.php b/scripts/advanced.php index 42072b6..d58ed09 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -226,10 +226,10 @@ foreach($formats as $format){

This URL is how the main page will be reached. If you want your installation to respond to an IP address, place that here, but be sure to indicate `http://`.
Example for IP:http://192.168.0.109
Example if you own your own domain:https://birdnetpi.pmcgui.xyz


-

This URL is how the log will be reached. Only use this variable if you own your own domain.

+

This URL is how the log will be reached. Only use this variable for Fully Qualified Domain Names.


-

This URL is how the Web browser terminal will be reached. Only use this variable if you own your own domain.

+

This URL is how the Web browser terminal will be reached. Only use this variable for Fully Qualified Domain Names.

BirdNET-Lite Settings