HTTP Forward Proxy - v3.2
Problem this snippet solves: = This iRule will act as a forward proxy for HTTP requests. Set the virtual server that this iRule is connected to as the proxy server for your web browser. It can handl...
Published Mar 18, 2015
Version 1.0Adrian_Noblett_
Nimbostratus
Joined June 19, 2012
Adrian_Noblett_
Nimbostratus
Joined June 19, 2012
jba3126
Jul 27, 2019Cirrus
Sebastian,
You can set your LTM to resolve DNS and set the iRule to point local allowing you to set as many resolver(s) as you need.
System - Configuration - Device - DNS
DNS Lookup Server List - 127.0.0.1
BIND Forward Server List - local or external resolver(s)
DNS Search Domain List - Set for local domain lookups to resolve local host names.
In the iRule:
set static::dns "127.0.0.1"
/jeff