Projects STRLCPY prox5 Commits d5a53a44
🤬
  • ■ ■ ■ ■ ■ ■
    parse.go
    skipped 23 lines
    24 24   return combo.String(), true
    25 25   }
    26 26   case 1:
    27  - println("len(split2) == 1")
    28 27   concat := buildProxyString("", "", split[0], split2[0], true)
    29 28   combo, err := ipa.ParseIPPort(concat)
    30 29   if err == nil {
    31 30   return combo.String(), true
    32 31   }
    33 32   default:
    34  - println("len(split2) != 1")
    35 33   _, err := ipa.ParseIPPort(buildProxyString("", "", split[0], split2[0], true))
    36 34   if err == nil {
    37 35   return buildProxyString(split2[1], split2[2], split[0], split2[0], true), true
    skipped 72 lines
Please wait...
Page is in error, reload to recover