We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1330e4a commit f04a918Copy full SHA for f04a918
npm/util/const.go
@@ -22,7 +22,7 @@ const (
22
//iptables related constants.
23
const (
24
Iptables string = "iptables"
25
- IP6tables string = "ip6tables"
+ Ip6tables string = "ip6tables"
26
IptablesSave string = "iptables-save"
27
IptablesRestore string = "iptables-restore"
28
IptablesConfigFile string = "/var/log/iptables.conf"
0 commit comments