mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-16 13:40:17 +02:00
chore(all): make code compilable for other platforms than Linux
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//go:build !linux
|
||||
|
||||
package routing
|
||||
|
||||
const (
|
||||
tableMain = 0
|
||||
tableLocal = 0
|
||||
)
|
||||
Reference in New Issue
Block a user