mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-12-24 06:18:40 +08:00
946518d651
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
6 lines
65 B
Go
6 lines
65 B
Go
package config
|
|
|
|
const (
|
|
DefaultRouteTable = 254 // main table
|
|
)
|