mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-14 12:30:04 +02:00
chore(all): make code compilable for other platforms than Linux
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package routing
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const (
|
||||
tableMain = unix.RT_TABLE_MAIN
|
||||
tableLocal = unix.RT_TABLE_LOCAL
|
||||
)
|
||||
Reference in New Issue
Block a user