diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-15 22:59:37 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-15 22:59:37 +0200 |
| commit | 7bcc729bb3169837099129d15d9f4e9c5ab3e859 (patch) | |
| tree | bd34f2e14547b800bd64a4ff4a8f6e6c923f66c3 | |
| parent | 69902d79982111d2f2aa8a351889e978e948c6b0 (diff) | |
add ipv6
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index d30d2550..db463856 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%"], |
