| 352 | At the end of the file add: |
| 353 | {{{ |
| 354 | # |
| 355 | # Sample DNS probe |
| 356 | # |
| 357 | |
| 358 | +DNS |
| 359 | |
| 360 | probe = DNS |
| 361 | menu = DNS Latency |
| 362 | title = DNS Latency Probes |
| 363 | |
| 364 | ++LocalDNS1 |
| 365 | menu = LEARN DNS |
| 366 | title = DNS Delay for local DNS Server on learn.ac.lk |
| 367 | host = 192.248.7.254 |
| 368 | |
| 369 | ++GoogleA |
| 370 | menu = 8.8.8.8 |
| 371 | title = DNS Latency for google-public-dns-a.google.com |
| 372 | #host = google-public-dns-a.google.com |
| 373 | host = 8.8.8.8 |
| 374 | |
| 375 | ++GoogleB |
| 376 | |
| 377 | menu = 8.8.4.4 |
| 378 | title = DNS Latency for google-public-dns-b.google.com |
| 379 | #host = google-public-dns-b.google.com |
| 380 | host = 8.8.4.4 |
| 381 | }}} |