1Copyright (C) Internet Systems Consortium, Inc. ("ISC") 2 3SPDX-License-Identifier: MPL-2.0 4 5This Source Code Form is subject to the terms of the Mozilla Public 6License, v. 2.0. If a copy of the MPL was not distributed with this 7file, you can obtain one at https://mozilla.org/MPL/2.0/. 8 9See the COPYRIGHT file distributed with this work for additional 10information regarding copyright ownership. 11 12REQUIREMENTS 13ans.py requires at least dnspython 1.12.0. 14 15"ans.py" is a fairly simple Python script that will respond as an 16authoritative server to DNS queries. It opens a UDP socket on 10.53.0.4 17and fd92:7065:b8e:ffff::8, port 5300 (or PORT) (these are for DNS queries) 18and a TCP socket addresses on 10.53.0.4 at port 5301 (or EXTRAPORT1) 19(this is the control channel). 20 21Please note that all functionality and formatting are subject to change as 22we determine what features the tool will need. 23 24"ans.py" will respond to queries as follows: TBD 25