mirror of https://github.com/v2ray/v2ray-core
add confonly tag for blackhole
parent
1ab94fed79
commit
2a0f3591f4
|
@ -1,4 +1,7 @@
|
|||
// +build !confonly
|
||||
|
||||
// Package blackhole is an outbound handler that blocks all connections.
|
||||
|
||||
package blackhole
|
||||
|
||||
//go:generate errorgen
|
||||
|
|
Loading…
Reference in New Issue