Logo
Explore Help
Register Sign In
admin/gluetun
1
0
Fork 0
You've already forked gluetun
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
3f636a038c87f317a728aa3af4d034d726a7f8fd
gluetun/internal/firewall/interfaces.go

15 lines
205 B
Go
Raw Normal View History

fix(firewall): delete chain rules by line number (#2411) - Fix #2334 - Parsing of iptables chains, contributing to progress for #1856
2024-08-17 20:12:22 +02:00
package firewall
chore(deps): implement `github.com/qdm12/golibs/command` locally (#2418)
2024-08-21 15:21:31 +02:00
import "os/exec"
fix(firewall): delete chain rules by line number (#2411) - Fix #2334 - Parsing of iptables chains, contributing to progress for #1856
2024-08-17 20:12:22 +02:00
chore(deps): implement `github.com/qdm12/golibs/command` locally (#2418)
2024-08-21 15:21:31 +02:00
type CmdRunner interface {
Run(cmd *exec.Cmd) (output string, err error)
fix(firewall): delete chain rules by line number (#2411) - Fix #2334 - Parsing of iptables chains, contributing to progress for #1856
2024-08-17 20:12:22 +02:00
}
type Logger interface {
Debug(s string)
Info(s string)
fix(firewall): log warning if ipv6 nat filter not supported instead of returning an error - Allow to port forward redirect for IPv4 and not IPv6 if IPv6 NAT is not supported - Fix #2503
2024-10-05 07:52:30 +00:00
Warn(s string)
fix(firewall): delete chain rules by line number (#2411) - Fix #2334 - Parsing of iptables chains, contributing to progress for #1856
2024-08-17 20:12:22 +02:00
Error(s string)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 175ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API