router: update system routes for linux
This commit is contained in:
11
router/router_other.go
Normal file
11
router/router_other.go
Normal file
@ -0,0 +1,11 @@
|
||||
//go:build !linux
|
||||
|
||||
package router
|
||||
|
||||
import (
|
||||
"github.com/go-gost/core/router"
|
||||
)
|
||||
|
||||
func (*localRouter) setSysRoutes(routes ...*router.Route) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user