mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-06 10:00:25 +08:00
9 lines
149 B
Go
9 lines
149 B
Go
|
|
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||
|
|
//go:build linux
|
||
|
|
// +build linux
|
||
|
|
|
||
|
|
package nftables
|
||
|
|
|
||
|
|
type Element struct {
|
||
|
|
}
|