diff options
| -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 } |