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
62747f1eb87648db54e95b0ff993c9d97e949783
gluetun/internal/firewall/interfaces.go

14 lines
189 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)
Error(s string)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 85ms Template: 9ms
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