├── LICENSE ├── README.md ├── chain.go ├── chain_v6.go ├── go.mod ├── go.sum ├── main.go ├── nat.go ├── nat_v6.go ├── raw.go ├── raw_v6.go ├── rules.go ├── rules_v6.go ├── save.go └── save_v6.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/README.md -------------------------------------------------------------------------------- /chain.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/chain.go -------------------------------------------------------------------------------- /chain_v6.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/chain_v6.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/go.sum -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/main.go -------------------------------------------------------------------------------- /nat.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/nat.go -------------------------------------------------------------------------------- /nat_v6.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/nat_v6.go -------------------------------------------------------------------------------- /raw.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/raw.go -------------------------------------------------------------------------------- /raw_v6.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/raw_v6.go -------------------------------------------------------------------------------- /rules.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/rules.go -------------------------------------------------------------------------------- /rules_v6.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/rules_v6.go -------------------------------------------------------------------------------- /save.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/save.go -------------------------------------------------------------------------------- /save_v6.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oxalide/iptables-api/HEAD/save_v6.go --------------------------------------------------------------------------------