mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-12-24 06:18:40 +08:00
6 lines
65 B
Go
6 lines
65 B
Go
package config
|
|
|
|
const (
|
|
DefaultRouteTable = 254 // main table
|
|
)
|