浏览代码

Add iptables binaries

These haven't changed since they were added and rebuilding them makes the builds
very slow
Also, netfilter.org sometimes goes down which makes everything break.

All of the build code is still in place, so it should be simple to bump
the versions if we ever need to, or to build from source again.

(This adds about ~2MB to the compressed git repo)
Tom Denham 8 年之前
父节点
当前提交
77ea67d61e
共有 6 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .gitignore
  2. 二进制
      dist/iptables-amd64
  3. 二进制
      dist/iptables-arm
  4. 二进制
      dist/iptables-arm64
  5. 二进制
      dist/iptables-ppc64le
  6. 二进制
      dist/iptables-s390x

+ 0 - 1
.gitignore

@@ -1,6 +1,5 @@
 dist/*.tar.gz
 dist/flanneld*
-dist/iptables-*
 dist/libpthread*
 dist/ld64*
 dist/libc*

二进制
dist/iptables-amd64


二进制
dist/iptables-arm


二进制
dist/iptables-arm64


二进制
dist/iptables-ppc64le


二进制
dist/iptables-s390x