lispm-dns
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lispm-dns [2018-02-15 17:55] – [DNS resolver for LMI Lambda and TI Explorer Lisp Machines] victor | lispm-dns [2022-01-13 19:15] (current) – [Notes for LMI Lambda:] victor | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== DNS resolver for LMI Lambda and TI Explorer Lisp Machines ====== | ====== DNS resolver for LMI Lambda and TI Explorer Lisp Machines ====== | ||
- | The implementation can be [[https:// | + | The implementation can be [[https:// |
The Lambda portion of the -READ-ME-.TEXT file can be found below. | The Lambda portion of the -READ-ME-.TEXT file can be found below. | ||
- | ====== Quick introduction to the Domain Name System and Stub Resolver for the TI Explorer and LMI Lambda | + | ===== Quick introduction to the Domain Name System and Stub Resolver for the TI Explorer and LMI Lambda ===== |
- | //Bjorn Victor// | + | //Bjorn Victor//\\ |
- | //< | + | //< |
- | //initially written 1988-1989 for the TI Explorer,// | + | //initially written 1988-1989 for the TI Explorer,//\\ |
//ported to the LMI Lambda in 2017.// | //ported to the LMI Lambda in 2017.// | ||
Line 15: | Line 15: | ||
Then load the code by (MAKE-SYSTEM :DNS) and (MAKE-SYSTEM : | Then load the code by (MAKE-SYSTEM :DNS) and (MAKE-SYSTEM : | ||
- | ===== Notes for LMI Lambda: | + | ==== Notes for LMI Lambda: ==== |
The implementation works by setting the variable SI: | The implementation works by setting the variable SI: | ||
Line 26: | Line 26: | ||
: This should be a list of IP addresses to servers that support recursive queries. | : This should be a list of IP addresses to servers that support recursive queries. | ||
; : | ; : | ||
- | : This should be a list of domain names to search in, for unqualified names (without dots in them). | + | : This should be a list of domain names to search in, for unqualified names (without dots in them). |
; : | ; : | ||
: This should be T if you are using DNS for Chaosnet data as well as Internet data. If you set this, you should most likely also set the following option. | : This should be T if you are using DNS for Chaosnet data as well as Internet data. If you set this, you should most likely also set the following option. | ||
; : | ; : | ||
- | : This should be a list of IP addresses of DNS servers supporting recursive queries and having Chaosnet data. This is extremely rare, but if you have such a server... or use 130.238.19.25. | + | : This should be a list of IP addresses of DNS servers supporting recursive queries and having Chaosnet data. This is extremely rare, but if you have such a server... or use 158.174.114.186. |
Tuning parameters (see the variable doc or the code): | Tuning parameters (see the variable doc or the code): | ||
Line 50: | Line 50: | ||
Please let me know if you use the system(s) and if you find it useful, useless, or if you need new features. | Please let me know if you use the system(s) and if you find it useful, useless, or if you need new features. | ||
- | Hack hack, | + | Hack hack,\\ |
-- Bjorn Victor (bjorn@victor.se), | -- Bjorn Victor (bjorn@victor.se), | ||
lispm-dns.1518713718.txt.gz · Last modified: (external edit)