beyla icon indicating copy to clipboard operation
beyla copied to clipboard

eBPF based reverse DNS

Open grcevski opened this issue 1 year ago • 4 comments

grcevski avatar Sep 09 '24 23:09 grcevski

A prototype is here, demonstrating this is possible: https://github.com/mariomac/rdns

mariomac avatar Jan 10 '25 10:01 mariomac

done here https://github.com/grafana/beyla/pull/1746

marctc avatar Apr 02 '25 10:04 marctc

Let me reopen the issue as we are still missing IPv6 support. I'm currently struggling setting an IPv6 test environment

mariomac avatar Apr 04 '25 09:04 mariomac

Let me reopen the issue as we are still missing IPv6 support. I'm currently struggling setting an IPv6 test environment

I've had success in the past when testing IPv6 support with running java services. If you set -Djava.net.preferIPv6Addresses=true on the command line it will use IPv6

grcevski avatar Apr 05 '25 20:04 grcevski