| View previous topic :: View next topic |
| Author |
Message |
shahrul Voice
Joined: 06 Mar 2005 Posts: 27
|
Posted: Thu Jan 29, 2009 5:35 am Post subject: dns lookup for ipv6 |
|
|
hi there,
where can i found dns lookup that support ipv6 ?
i search around tcl archive, seem dont have there.
can someone share if they got ?
thanks |
|
| Back to top |
|
 |
TCL_no_TK Owner

Joined: 25 Aug 2006 Posts: 509 Location: England, Yorkshire
|
Posted: Thu Feb 05, 2009 5:29 pm Post subject: |
|
|
There is a TCL script called ipv6dns.tcl available at http://www.tclscript.com/scripts.shtml I've not tested it, i dont know if it works and i'm not able to modify and/or offer support for it. so basicly, good luck | Quote: | | Adds public and dcc commands to have your bot perform dns and reverse lookups on ipv6 hosts and ips. |
_________________ TCL the misunderstood |
|
| Back to top |
|
 |
shahrul Voice
Joined: 06 Mar 2005 Posts: 27
|
Posted: Sun Feb 08, 2009 3:26 am Post subject: |
|
|
hi,
thanks for link... but the tcl seem didn't working.
| Code: | | Error during execution of nslookup. |
i also doing this
| Code: | # Uncomment and set this variable only if script says it can't locate the nslookup tool
# set ipv6dns(nslookup) "/path/to/nslookup" |
anyone can help to fix this tcl ?
thanks |
|
| Back to top |
|
 |
TCL_no_TK Owner

Joined: 25 Aug 2006 Posts: 509 Location: England, Yorkshire
|
Posted: Sun Feb 08, 2009 11:03 am Post subject: |
|
|
Check the manual pages for nslookup. I know that nslookup and other "dns" tools often allow for a -6 for ipv6 address.
For Windows its (in a command promt)
For Unix its (in your shell) _________________ TCL the misunderstood |
|
| Back to top |
|
 |
|