infra-role-tinc/files/tinc-health.conf

9 lines
116 B
Plaintext

# This is used by the Tinc healthcheck
server {
listen 1655;
location /health {
return 200 "OK";
}
}