به Nostr بپیوندید
2025-03-29 02:58:35 UTC

gudenau on Nostr: Can you use iptables as a janky load balancer? I.E. have a protocol that supports ...

Can you use iptables as a janky load balancer? I.E. have a protocol that supports redirects, have a client connect, redirect it to a unique port, step iptables to look for that ip:port pair and forward the connection, remove the rule. I'm not sure what the performance of this would be compared to a more traditional forwarding load balancer with io_uring or whatever.