summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index e91e94f..8084a90 100644
--- a/config.toml
+++ b/config.toml
@@ -7,12 +7,16 @@ kind = "http"
url = "https://tobyvin.dev"
[[services]]
-name = "test_cmd"
+name = "stat"
kind = "exec"
command = "stat"
args = ["/tmp/test_file"]
[[services]]
+name = "test"
+kind = "test"
+
+[[services]]
name = "dns"
kind = "tcp"
address = "10.42.0.1:53"