mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
Try to make clear that SOCKS proxying is currently BROKEN.
/trunk/config/global/download_extract.in | 36 19 17 0 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-)
This commit is contained in:
parent
59ed1ed600
commit
6e611c2e75
@ -60,7 +60,7 @@ config PROXY_HOST
|
|||||||
config PROXY_PORT
|
config PROXY_PORT
|
||||||
int
|
int
|
||||||
prompt "port"
|
prompt "port"
|
||||||
default 0
|
default 8080
|
||||||
|
|
||||||
config PROXY_USER
|
config PROXY_USER
|
||||||
string
|
string
|
||||||
@ -82,13 +82,15 @@ config PROXY_TYPE_SOCKS
|
|||||||
on your proxy configuration, so;e do not allow all protocols, but
|
on your proxy configuration, so;e do not allow all protocols, but
|
||||||
chances are that protocols needed by crosstool-NG are allowed).
|
chances are that protocols needed by crosstool-NG are allowed).
|
||||||
|
|
||||||
Alternatively to setting this option, you can set and export the
|
Please note that the proxy you are using MUST be on the same subnet
|
||||||
following variable in your environment:
|
as your machine. That is, it must be reachable without a hop through
|
||||||
LD_PRELOAD=/path/to/your/tsocks-library.so
|
any gate. If this is not the case, then do NOT use this option, and
|
||||||
|
setup tsocks system-wide.
|
||||||
|
|
||||||
In any case, wether you set this option or you export the aforementionned
|
Alternatively to setting this option, you can configure tsocks
|
||||||
variable, you will _have_ to configure the /etc/tsocks.conf file
|
system-wide, and set and export the following variable in your
|
||||||
accordingly to your network setup.
|
environment:
|
||||||
|
LD_PRELOAD=/path/to/your/tsocks-library.so
|
||||||
|
|
||||||
This option makes use of the tsocks library. You will have to have tsocks
|
This option makes use of the tsocks library. You will have to have tsocks
|
||||||
installed on your system, of course.
|
installed on your system, of course.
|
||||||
@ -107,30 +109,30 @@ config PROXY_TYPE_SOCKS_SYS
|
|||||||
bool
|
bool
|
||||||
prompt "Use system settings"
|
prompt "Use system settings"
|
||||||
help
|
help
|
||||||
Use that if your system is already configured to
|
Use that if tsocks is already configured on your system.
|
||||||
connect to SOCKS 4/5 proxies.
|
|
||||||
|
|
||||||
config PROXY_TYPE_SOCKS_AUTO
|
config PROXY_TYPE_SOCKS_AUTO
|
||||||
bool
|
bool
|
||||||
prompt "Auto"
|
prompt "Auto (BROKEN)"
|
||||||
|
depends on BROKEN
|
||||||
help
|
help
|
||||||
crosstool-NG will attempt to guess what type of
|
crosstool-NG will attempt to guess what type of SOCKS version
|
||||||
SOCKS version the proxy speaks.
|
the proxy speaks.
|
||||||
|
|
||||||
config PROXY_TYPE_SOCKS_4
|
config PROXY_TYPE_SOCKS_4
|
||||||
bool
|
bool
|
||||||
prompt "SOCKS 4"
|
prompt "SOCKS 4 (BROKEN)"
|
||||||
|
depends on BROKEN
|
||||||
|
|
||||||
config PROXY_TYPE_SOCKS_5
|
config PROXY_TYPE_SOCKS_5
|
||||||
bool
|
bool
|
||||||
prompt "SOCKS 5"
|
prompt "SOCKS 5 (BROKEN)"
|
||||||
|
depends on BROKEN
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
if ! PROXY_TYPE_SOCKS_SYS
|
if ! PROXY_TYPE_SOCKS_SYS
|
||||||
|
|
||||||
comment "THIS IS HIGHLY EXPERIMENTAL!!!"
|
|
||||||
|
|
||||||
config PROXY_HOST
|
config PROXY_HOST
|
||||||
string
|
string
|
||||||
prompt "hostname/IP"
|
prompt "hostname/IP"
|
||||||
@ -138,7 +140,7 @@ config PROXY_HOST
|
|||||||
config PROXY_PORT
|
config PROXY_PORT
|
||||||
int
|
int
|
||||||
prompt "port"
|
prompt "port"
|
||||||
default 0
|
default 1080
|
||||||
|
|
||||||
config PROXY_USER
|
config PROXY_USER
|
||||||
string
|
string
|
||||||
|
Loading…
Reference in New Issue
Block a user