mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
9 lines
126 B
Go
9 lines
126 B
Go
package routing
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const (
|
|
tableMain = unix.RT_TABLE_MAIN
|
|
tableLocal = unix.RT_TABLE_LOCAL
|
|
)
|