mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
9 lines
131 B
Go
9 lines
131 B
Go
//go:build linux || darwin
|
|
// +build linux darwin
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/e1732a364fed/v2ray_simple/proxy/tproxy"
|
|
)
|