summaryrefslogtreecommitdiff
path: root/selftest/target/dns_hub.py
diff options
context:
space:
mode:
authorTim Beale <timbeale@catalyst.net.nz>2019-01-30 15:10:45 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-02-01 03:36:15 +0100
commitb4211f69233f954a3fa596f464276184d85d322b (patch)
tree7f7b764f69d36e451d5bec7265416e1ecf955930 /selftest/target/dns_hub.py
parenta094e16fd58bec1d5938a25e941b15c180ec7a55 (diff)
downloadsamba-b4211f69233f954a3fa596f464276184d85d322b.tar.gz
selftest: Add dns_hub to selftest/target/README
Add a description explaining what dns_hub does and why we need it. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/target/dns_hub.py')
-rwxr-xr-xselftest/target/dns_hub.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/target/dns_hub.py b/selftest/target/dns_hub.py
index 97b7432294c..d2d1f39e752 100755
--- a/selftest/target/dns_hub.py
+++ b/selftest/target/dns_hub.py
@@ -16,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+# Used by selftest to proxy DNS queries to the correct testenv DC.
+# See selftest/target/README for more details.
# Based on the EchoServer example from python docs
import threading