December 21, 2024
Things That I Discovered
1. Caddy Load-Balancing
:80 { reverse_proxy { to 100.64.0.1:12345 100.64.0.2:12345 health_uri /health health_interval 5s health_timeout 2s health_status 200 health_passes 5 fail_duration 30s lb_policy first } }
2. Show Wi-Fi Networks in Ubuntu Server
Last updated