Files
elmprodvpn/selective-vpn-api/app/routes_update_helpers.go

14 lines
609 B
Go

package app
// ---------------------------------------------------------------------
// routesUpdate helpers: table identifiers
// ---------------------------------------------------------------------
func routesTableName() string { return "agvpn" }
// ---------------------------------------------------------------------
// EN: `routesTableNum` contains core logic for routes table num.
// RU: `routesTableNum` - содержит основную логику для routes table num.
// ---------------------------------------------------------------------
func routesTableNum() string { return "666" }