Skip to content

Commit

Permalink
Add an example Ipv6 Probe (#105)
Browse files Browse the repository at this point in the history
Fixes #93
  • Loading branch information
aidanharris committed Jan 24, 2021
1 parent e9011bd commit f8b67e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions root/defaults/smoke-conf/Probes
Expand Up @@ -4,6 +4,11 @@

binary = /usr/sbin/fping

+ FPing6

binary = /usr/sbin/fping
protocol = 6

+ DNS
binary = /usr/bin/dig
lookup = google.com
Expand Down
6 changes: 6 additions & 0 deletions root/defaults/smoke-conf/Targets
Expand Up @@ -32,6 +32,12 @@ menu = Google
title = google.com
host = google.com

++ GoogleSearchIpv6
menu = Google
probe = FPing6
title = ipv6.google.com
host = ipv6.google.com

++ linuxserverio
menu = linuxserver.io
title = linuxserver.io
Expand Down

0 comments on commit f8b67e4

Please sign in to comment.