From 058fa0f831334995bb34a36fd5a0d77e68a9cb80 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 15 Jan 2026 22:59:37 +0200 Subject: add ipv6 --- frontends/etc/gogios.json.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index d30d255..db46385 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -20,7 +20,7 @@ <% } -%> <% } -%> <% for my $host (qw(blowfish fishfinger f0 f1 f2 r0 r1 r2)) { -%> - <% for my $proto (4) { -%> + <% for my $proto (4 6) { -%> "Check Ping<%= $proto %> <%= $host %>.wg0.wan.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_ping", "Args": ["-H", "<%= $host %>.wg0.wan.buetow.org", "-<%= $proto %>", "-w", "100,10%", "-c", "200,15%"], -- cgit v1.2.3