diff options
| author | Lain Iwakura <lain@lainmail.xyz> | 2025-12-29 05:01:21 +0300 |
|---|---|---|
| committer | Lain Iwakura <lain@lainmail.xyz> | 2025-12-29 05:01:21 +0300 |
| commit | 45a4beffb813130cd4759cf4803bb368696013c3 (patch) | |
| tree | 5beafb7a27f76e6063cfe0952657a9a132001b5c | |
| parent | fix(etc): fix certs (diff) | |
| download | infra-45a4beffb813130cd4759cf4803bb368696013c3.tar.gz infra-45a4beffb813130cd4759cf4803bb368696013c3.zip | |
fix(etc): fix check
| -rw-r--r-- | etc/relayd.conf | 4 |
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 } |