mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
fix: fix luj.fr monitor
This commit is contained in:
parent
051e02ddd1
commit
02e935a325
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ lib.mkMerge [
|
|||
'';
|
||||
};
|
||||
"luj.fr - IPv6" = {
|
||||
url = "https://${config.machine.meta.ips.public.ipv6}";
|
||||
url = "https://[${config.machine.meta.ips.public.ipv6}]";
|
||||
type = "http";
|
||||
accepted_statuscodes = [ "200-299" ];
|
||||
headers = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue