@ -208,7 +208,9 @@ func CheckTCPDeocder(inConn *net.Conn) (useProxy bool, address string, req *HTTP
} else {
address = cfg.GetString("parent")
}
if cfg.GetBool("always") {
if address == "" {
useProxy = false
} else if cfg.GetBool("always") {
useProxy = true
return
The note is not visible to the blocked user.