epacke / BigIPReport

Overview of your loadbalancer configuration
https://loadbalancing.se
8 stars 2 forks source link

dns lookup #122

Closed timriker closed 3 years ago

timriker commented 5 years ago

Seems I'm frequently doing dns lookups. It would be nice if we could integrate some kind of dns lookup in the UI. I don't know of a javascript way to do it though. An external DNS lookup might not fit the need as it the site is using split DNS, we probably want to see both internal and external results.

timriker commented 5 years ago

It might be nice to have a user supplied html snippet that would be included. ie: to add links at the top or bottom of the main page for navigation to side supplied tools which could include DNS lookups or other dashboards.

epacke commented 5 years ago

Maybe this could/should be done by javascript? We could include a hook that is executed at the end of the table render.

Regarding the DNS lookups, you can actually run this on a virtual server with iRules. Did it once to auto resolve dns to IP in firewall opening request forms using javascript:

https://clouddocs.f5.com/api/irules/DNS__query.html