mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-12 15:22:24 +02:00
chore(all): replace netlink library for more flexibility (#3107)
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
outboundTable = 199
|
||||
outboundPriority = 99
|
||||
outboundTable uint32 = 199
|
||||
outboundPriority uint32 = 99
|
||||
)
|
||||
|
||||
func (r *Routing) SetOutboundRoutes(outboundSubnets []netip.Prefix) error {
|
||||
|
||||
Reference in New Issue
Block a user