Hey,
Is it possible to block ICMP requests in Traefik? Right now, Traefik is passing ICMP (ping) requests to the endpoints, can I prevent this from happening?
Thanks!
Hey,
Is it possible to block ICMP requests in Traefik? Right now, Traefik is passing ICMP (ping) requests to the endpoints, can I prevent this from happening?
Thanks!
Why do you think Traefik proxies ICMP messages? They are layer 3, usually a proxy only handles layer 4 (TCP/UDP) and up.