
November 2nd, 2003, 11:20 AM
|
|
Contributing User
|
|
Join Date: Jul 2001
Location: England, UK
Posts: 41
Time spent in forums: < 1 sec
Reputation Power: 8
|
|
|
Dig Output Formatting
Hi
Just got a quick question about DIG in Redhat Linux (DIG version 9.2.1). When i run the following command (where example.net is my domain name):
Quote: | /usr/bin/dig @ns1.example.net ANY example.net |
I get the following output in my answer section:
Quote:
;; ANSWER SECTION:
example.net. 60 IN MX 10 mail.example.net.
example.net. 60 IN SOA ns1.example.net. support.example.net. 2003102608 3600 7200 1209600 86400
example.net. 60 IN NS ns1.example.net.
example.net. 60 IN NS ns2.example.net.
example.net. 60 IN A xxx.xxx.xxx.xxx |
This is being used in a web page and its causing the page to spread over messing the design up. I noticed at http://hn.org/www/tools/dig.cgi that their DIG is formatted better than ours and our old server used to be like that. Is there anyway i can change the DIG options? I've had a look but cant seem to find a config file for DIG.
Thanks, Steven.
|