diff --git a/docker-test/throughput-test/Dockerfile b/docker-test/throughput-test/Dockerfile index b350007fd..715497543 100644 --- a/docker-test/throughput-test/Dockerfile +++ b/docker-test/throughput-test/Dockerfile @@ -1,10 +1,10 @@ # ZT Netcon Throughput test -FROM fedora:22 +FROM fedora:23 MAINTAINER https://www.zerotier.com/ # Install apps RUN yum -y update -RUN yum -y install httpd +RUN yum -y install httpd-2.4.16-1.fc23 RUN yum -y install nano RUN yum clean all diff --git a/docker-test/throughput-test/libintercept.so.1.0 b/docker-test/throughput-test/libintercept.so.1.0 new file mode 100755 index 000000000..7a4514080 Binary files /dev/null and b/docker-test/throughput-test/libintercept.so.1.0 differ diff --git a/docker-test/throughput-test/liblwip.so b/docker-test/throughput-test/liblwip.so new file mode 100755 index 000000000..158169f1b Binary files /dev/null and b/docker-test/throughput-test/liblwip.so differ diff --git a/docker-test/throughput-test/zerotier-cli b/docker-test/throughput-test/zerotier-cli new file mode 100755 index 000000000..020ee6658 Binary files /dev/null and b/docker-test/throughput-test/zerotier-cli differ diff --git a/docker-test/throughput-test/zerotier-one b/docker-test/throughput-test/zerotier-one new file mode 100755 index 000000000..020ee6658 Binary files /dev/null and b/docker-test/throughput-test/zerotier-one differ diff --git a/netcon/libintercept.so.1.0 b/netcon/libintercept.so.1.0 index 701a5b4e7..7a4514080 100755 Binary files a/netcon/libintercept.so.1.0 and b/netcon/libintercept.so.1.0 differ diff --git a/netcon/liblwip.so b/netcon/liblwip.so index 641859c37..158169f1b 100755 Binary files a/netcon/liblwip.so and b/netcon/liblwip.so differ