I have a shell script that uploads a webcam video to my web host once per day using curl. This morning Little Snitch blocked an incoming curl connection from my web host's IP address. This caused the video upload to fail.
- Why does curl need an incoming connection?
- Why did LS block the connection today, but never in the past?
- What sort of rule should I write for LS to allow this, but only for my domain? (LS allows domain based rules in some cases, but not in the case of curl.)