Documentation
¶
Index ¶
Constants ¶
View Source
const ( DynamicWhitelistIp = "dwi" DynamicWhitelistNet = "dwn" DynamicBlacklistIp = "dbi" DynamicBlacklistNet = "dbn" StaticWhitelistIp = "swi" StaticWhitelistNet = "swn" StaticBlacklistIp = "sbi" StaticBlacklistNet = "sbn" )
View Source
const (
UDPPacketSize = 1500
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(conf ServerConfig) *Server
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.