Версия 0.1.1 #2

Merged
kor-elf merged 1 commits from develop into main 2026-01-01 21:31:59 +05:00
Showing only changes of commit 92803286f5 - Show all commits

View File

@@ -25,9 +25,9 @@ func (t Type) String() string {
case TypeFilter:
return "filter"
case TypeNat:
return "inet"
case TypeRoute:
return "nat"
case TypeRoute:
return "route"
default:
return fmt.Sprintf("unknown type %d", t)
}