summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-10-13 20:44:03 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-10-13 20:44:03 -0500
commitd3768b1d9712436da6df4e1eef54737890035f62 (patch)
tree11f9dfb2595b0d19f7811d13ceff6ef076b7d5ec /config.toml
parentaac6390f82d1f8626c466b531870dc5bde080f87 (diff)
feat: improve ui and add test service
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"