تخطي إلى المحتوى

هذه الصفحة غير متوفرة بلغتك بعد. أنت تقرأ النص الإنجليزي.

Knowledge base

Import a proxy list

A seller hands you a batch as a block of text, and the import turns that block into reusable library entries in one paste. The path is Proxies in the left column, then Paste a list. You do this once per purchase, before a single profile is touched.

One place for addresses

The library holds every address you bought, and each one is stored once. A profile later points at an entry instead of carrying its own private copy.

The top of the list says how many entries are in there, and every row says how many profiles use it.

Paste the whole batch

One address per line, in whatever shape the seller sent. Fifty lines become fifty entries in a single paste.

  1. 1

    Open the proxy library

    The Proxies tab in the left column.

  2. 2

    Press Paste a list

    The button above the list in the Proxies tab.

  3. 3

    Choose the default protocol

    The picker named Protocol for lines without one, in the same window.

  4. 4

    Paste into Proxy list

    The text box under that picker.

  5. 5

    Press Import

    The button at the bottom of the same window.

Shapes the parser reads

Host and port on their own, host and port followed by a login and password, credentials written before the address, and any of those behind a scheme. A scheme written in the line always wins over the picker.

A label may follow after a vertical bar, and the seller's IP change link after a hash or as a further part.

Invisible characters are removed

Lists copied out of chats and spreadsheets carry non breaking spaces and text direction marks. The line looks correct and the host never answers, so those characters come off before the line is read.

Repeats and unreadable lines

A line that is already in the library is counted as a repeat instead of being added twice. A seller's next list usually overlaps the last one, and silent doubling would make the library useless within two purchases.

A line that could not be read is listed back to you word for word, so you can see exactly which one to fix.

Where the password goes

Not into the command line. A small bridge on loopback speaks to the browser without a password and to your proxy with one.

On disk the password is sealed by the operating system, in the same place it keeps your other passwords.

The library follows the account

Entries live in the account, so a second computer sees the same list after you sign in. Deletions travel as well, and a row you removed does not come back on the next refresh.

The key file of an SSH entry is the exception: only its path could travel, and a path from this machine means nothing on another one.

What this does not do

  • It does not sell you proxies. The library stores what you bought elsewhere.
  • It does not invent a protocol for a line that has none. The picker decides, and only a scheme written in the line overrides it.
  • It does not reformat what a seller sent. A line outside the shapes above is skipped and named, not repaired.

Where this is decided

Each step above is one place in the code and one stand.

Every shape a seller sends is parsed, and a line that cannot be read is reported
apps/desktop/test/proxy-library.js
The password reaches the proxy through a loopback bridge, not the command line
apps/desktop/test/proxy-auth-bridge.js
Proxy passwords on disk are sealed or honestly recorded as unsealed
apps/desktop/test/proxy-password-sealed.js
Deletions and edits reach the account in an order that cannot resurrect a row
apps/desktop/test/proxy-library-sync.js

Questions

What happens to a line it cannot read?
It is skipped and shown back to you exactly as you pasted it. The rest of the batch still lands in the library.
I pasted the seller's list twice.
The repeats are counted, not added. Two lines are the same entry when protocol, host, port and login all match.
Can the IP change link come in the same line?
Yes. Put it after a hash, or as a further part behind a vertical bar, and it lands in the entry with the address.
Does the import change my profiles?
No. A profile starts following an entry only when you pick that entry inside the profile.

Try it on one batch

The free plan gives two profiles, with no time limit and no card.