Projects STRLCPY prox5 Commits e79700ef
🤬
  • ■ ■ ■ ■ ■ ■
    list_management.go
    skipped 19 lines
    20 20   
    21 21  // LoadProxyTXT loads proxies from a given seed file and feeds them to the mapBuilder to be later queued automatically for validation.
    22 22  // Expects the following formats:
    23  -// * 127.0.0.1:1080
    24  -// * 127.0.0.1:1080:user:pass
    25  -// * yeet.com:1080
    26  -// * yeet.com:1080:user:pass
    27  -// * [fe80::2ef0:5dff:fe7f:c299]:1080
    28  -// * [fe80::2ef0:5dff:fe7f:c299]:1080:user:pass
     23 +// * 127.0.0.1:1080
     24 +// * 127.0.0.1:1080:user:pass
     25 +// * yeet.com:1080
     26 +// * yeet.com:1080:user:pass
     27 +// * [fe80::2ef0:5dff:fe7f:c299]:1080
     28 +// * [fe80::2ef0:5dff:fe7f:c299]:1080:user:pass
    29 29  func (s *Swamp) LoadProxyTXT(seedFile string) int {
    30 30   var count = &atomic.Value{}
    31 31   count.Store(0)
    skipped 64 lines
Please wait...
Page is in error, reload to recover