From d3768b1d9712436da6df4e1eef54737890035f62 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 13 Oct 2024 20:44:03 -0500 Subject: feat: improve ui and add test service --- config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index e91e94f..8084a90 100644 --- a/config.toml +++ b/config.toml @@ -7,11 +7,15 @@ 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" -- cgit v1.2.3-70-g09d2