Tag: network
-
Minimal setup for inter AI agent communication with herdr
herdr has no network layer of its own, just a local socket. Turns out that’s enough: SSH forwarding gets two agents on different machines talking both ways, no server required.
-
Getting Started on dnsmasq
I recently found that I need a customized dns server to help me handle local area network hostnames resolve, rather than using 1.1.1.1, 8.8.4.4, 8.8.8.8 for public domain dns services. It turns out there’s one tool named dnsmasq that could help me solve issues like this. I’m not going really deep on how to use…