mirror of
https://github.com/haad/proxychains.git
synced 2026-09-14 11:05:48 +05:00
Fix formatting in README
This commit is contained in:
parent
1f04b93d35
commit
75e3984010
@ -20,7 +20,7 @@ to it. (you can use the proxyresolv script (requires "dig") to do so)
|
||||
|
||||
this means that you can't currently use tor onion urls for irssi.
|
||||
to solve this issue, an external data store (file, pipe, ...) has to
|
||||
manage the dns <-> ip mapping. of course there has to be proper locking.
|
||||
manage the dns \<\-> ip mapping. of course there has to be proper locking.
|
||||
shm_open, mkstemp, are possible candidates for a file based approach,
|
||||
the other option is to spawn some kind of server process that manages the
|
||||
map lookups. since connect() etc are hooked, this must not be a TCP server.
|
||||
@ -95,7 +95,7 @@ it supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers.
|
||||
|
||||
* This program can mix different proxy types in the same chain
|
||||
----
|
||||
like: your_host <-->socks5 <--> http <--> socks4 <--> target_host
|
||||
like: your_host <--> socks5 <--> http <--> socks4 <--> target_host
|
||||
----
|
||||
* Different chaining options supported
|
||||
random order from the list ( user defined length of chain ).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user