summary refs log tree commit diff
diff options
context:
space:
mode:
authorLain Iwakura <lain@lainmail.xyz>2025-12-29 05:01:21 +0300
committerLain Iwakura <lain@lainmail.xyz>2025-12-29 05:01:21 +0300
commit45a4beffb813130cd4759cf4803bb368696013c3 (patch)
tree5beafb7a27f76e6063cfe0952657a9a132001b5c
parentfix(etc): fix certs (diff)
downloadinfra-45a4beffb813130cd4759cf4803bb368696013c3.tar.gz
infra-45a4beffb813130cd4759cf4803bb368696013c3.zip
fix(etc): fix check
-rw-r--r--etc/relayd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/relayd.conf b/etc/relayd.conf
index a5c4e58..a40fe4f 100644
--- a/etc/relayd.conf
+++ b/etc/relayd.conf
@@ -28,6 +28,6 @@ http protocol https {
 relay wwwtls {
     listen on $ip4 port 443 tls
     protocol https
-    forward to <www> port 8080 check icmp
-    forward to <wwwtext> port 8834 check icmp
+    forward to <www> port 8080 check tcp
+    forward to <wwwtext> port 8834 check tcp
 }