├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── libipt_FULLCONENAT.c ├── libipt_FULLCONENAT.t └── xt_FULLCONENAT.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chion82/netfilter-full-cone-nat/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chion82/netfilter-full-cone-nat/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chion82/netfilter-full-cone-nat/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chion82/netfilter-full-cone-nat/HEAD/README.md -------------------------------------------------------------------------------- /libipt_FULLCONENAT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chion82/netfilter-full-cone-nat/HEAD/libipt_FULLCONENAT.c -------------------------------------------------------------------------------- /libipt_FULLCONENAT.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chion82/netfilter-full-cone-nat/HEAD/libipt_FULLCONENAT.t -------------------------------------------------------------------------------- /xt_FULLCONENAT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chion82/netfilter-full-cone-nat/HEAD/xt_FULLCONENAT.c --------------------------------------------------------------------------------