# Loopback — the QNX SDP's default /etc/hosts ships these, but this
# file overrides that default. Tests that connect to http(s)://localhost
# (e.g. tst_qhttpserver, tst_abstractoauth2) need them present.
127.0.0.1   localhost
::1         localhost

# Need to add all testserver names statically
# as current Docker uses Multicast DNS (mDNS) (avahi)
# Which does not work with QNX qemu
172.31.1.1  apache2     apache2.test-net.qt.local
172.31.1.1  squid       squid.test-net.qt.local
172.31.1.1  vsftpd      vsftpd.test-net.qt.local
172.31.1.1  ftp-proxy   ftp-proxy.test-net.qt.local
172.31.1.1  danted      danted.test-net.qt.local
172.31.1.1  cyrus       cyrus.test-net.qt.local
172.31.1.1  echo        echo.test-net.qt.local
172.31.1.1  iptables    iptables.test-net.qt.local

# For network test server which is still used on some test
# like networkselftest for local dns resolution
172.31.1.1  qt-test-server

# QtCoap testservers
172.31.1.1  californium     californium.test-net.qt.local
172.31.1.1  freecoap        freecoap.test-net.qt.local
