mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
8 lines
97 B
Go
8 lines
97 B
Go
// +build nat full mini
|
|
|
|
package build
|
|
|
|
import (
|
|
_ "github.com/p4gefau1t/trojan-go/proxy/nat"
|
|
)
|