• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Mar-2022-

README.anspyH A D07-Mar-2022679 1812

ans.pyH A D07-Mar-202211.7 KiB348233

README.anspy

1Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2
3See COPYRIGHT in the source root or https://isc.org/copyright.html for terms.
4
5REQUIREMENTS
6ans.py requires at least dnspython 1.12.0.
7
8"ans.py" is a fairly simple Python script that will respond as an
9authoritative server to DNS queries. It opens a UDP socket on 10.53.0.4
10and fd92:7065:b8e:ffff::8, port 5300 (or PORT) (these are for DNS queries)
11and a TCP socket addresses on 10.53.0.4 at port 5301 (or EXTRAPORT1)
12(this is the control channel).
13
14Please note that all functionality and formatting are subject to change as
15we determine what features the tool will need.
16
17"ans.py" will respond to queries as follows: TBD
18