myweb.com has external ip.
I have a debian server running BIND9, it contain some clients, I created the zone myweb.com and I created A record to localhost.it's ok, but I would know if I can point the A record to the real external ip, but route clients to localhost? So, when users access through the dns myweb.com they will be on my server that supposedly has the original external ip, not the ip of my server.
(I'm looking for some iptables,host,ferm or script that do it, but it's hard to find)