瀏覽代碼

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