mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
11 lines
166 B
Go
11 lines
166 B
Go
package tproxy
|
|
|
|
import "github.com/e1732a364fed/v2ray_simple/utils"
|
|
|
|
func SetRouteByPort(port int) error {
|
|
return utils.ErrUnImplemented
|
|
}
|
|
|
|
func CleanupRoutes() {
|
|
}
|