K
K
Kirill Petrov2014-08-25 06:59:58
Domain Name System
Kirill Petrov, 2014-08-25 06:59:58

Is it possible to send DNS traffic to a proxy?

Server A is a DNS server on Bind, server B is a server on Debian with a raised proxy.
Is it really possible to send traffic from the Dns server to server B, something like

$TTL 3600
@ IN SOA ns1.host.com. admin.host.com. (
        2014042101 ; Serial
        21600 ; Refresh
        3600 ; Retry
        604800 ; Expire
        86400 ) ; Negative Cache TTL
    IN NS ns1.host.com.
    IN NS ns2.host.com.
   IN A 192.168.1.100:8080

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Petrikov, 2014-08-25
@RicoX

You cannot use a port in an IN A entry specification. If you want to wrap all traffic, allow recursive requests, make them a priority, and set server B as the first and only server. Only in this way, but generally describe the problem as a whole, maybe this can be solved by some normal means, and not such a perversion.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question