summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-15 22:59:37 +0200
committerPaul Buetow <paul@buetow.org>2026-01-15 22:59:37 +0200
commit058fa0f831334995bb34a36fd5a0d77e68a9cb80 (patch)
treed77e538a33169f8833d494b0995ebeaddc5a6926
parent4da8aedecb39664fa38697767ef91ed8a3adffad (diff)
add ipv6
-rw-r--r--frontends/etc/gogios.json.tpl2
1 files changed, 1 insertions, 1 deletions
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%"],