Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| dqdev [2021-09-05 18:15] – [DQDEV:] victor | dqdev [2021-09-09 11:11] (current) – victor |
|---|
| **So: all this is optional!!** | **So: all this is optional!!** |
| |
| | <note> |
| | Work is ongoing to move this into the "new standard" ITS at https://github.com/PDP-10/its. Stay tuned, see [[https://github.com/PDP-10/its/pull/2073|the Github pull request]] for more info. |
| | </note> |
| ===== Files needed ===== | ===== Files needed ===== |
| |
| <note warning> | <note warning> |
| **Crucial:** have your firewall intercept all DNS queries and send to local DNS server, otherwise all traffic goes to root server (configured at ROOHST) which might not even allow it. See $nameserver parameter (3rd arg) of [[http://victor.se/bjorn/its/raspi-ksits-iptables.txt|my iptables script]]. | **Crucial:** have your firewall intercept all DNS queries and send to local DNS server, otherwise all traffic goes to root server (configured at ROOHST) which might not even allow it. See $nameserver parameter (3rd arg) of [[http://victor.se/bjorn/its/raspi-ksits-iptables.txt|my iptables script]]. |
| | </note> |
| | <note> |
| | Or, as suggested below, change the server address to 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google). |
| </note> | </note> |
| |
| * '':midas hack;name'' | * '':midas hack;name'' |
| * ''name$j'' | * ''name$j'' |
| | * ''$l'' [followed by Enter] |
| * ''debug[0'' | * ''debug[0'' |
| * ''$g'' | * ''$g'' |
| |
| ===== Usage ===== | ===== Usage ===== |
| | First you need to create a new "database" (do this once, don't mess with it): |
| | <code>:print domain:xyzzy;..new. (dat)</code> |
| |
| |
| Print "database" (never really updated): | Print "database" (never really updated): |
| <code>:print domain:foo;.file. (dir)</code> | <code>:print domain:foo;.file. (dir)</code> |
| |
| Create new "database" (do this once, don't mess with it): | |
| <code>:print domain:xyzzy;..new. (dat)</code> | |
| |
| Dig in the DNS: | Dig in the DNS: |