Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetObscureList ¶
func GetObscureList() []string
func RegisterObscure ¶
func RegisterObscure(name string, action ObscureAction) error
Types ¶
type ObscureAction ¶
type ObscureAction interface { //Action,用户连接后进行的伪装操作 //conn:用户的连接套接字 //param:配置文件里面填写的ObscureParam Action(conn net.Conn, param string) error }
func GetObscure ¶
func GetObscure(name string) (ObscureAction, bool)
type TlsHandshake ¶
type TlsHandshake struct { }
Click to show internal directories.
Click to hide internal directories.