mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
readme: tpws more bind info
This commit is contained in:
parent
fb95b6a69e
commit
d8f1a37386
@ -315,7 +315,7 @@ The --bind-wait* parameters can help in situations where you need to get IP from
|
||||
or not configured.
|
||||
In different systems, ifup events are caught in different ways and do not guarantee that the interface has already received an IP address of a certain type.
|
||||
In the general case, there is no single mechanism to hang oneself on an event of the type "link local address appeared on the X interface."
|
||||
To bind to a specific ip when its interface may not be up yet do : --bind-addr=192.168.5.3%eth0 --bind-wait-ifup=20
|
||||
To bind to a specific ip when its interface may not be configured yet do : --bind-addr=192.168.5.3%eth0 --bind-wait-ip=20
|
||||
|
||||
in socks proxy mode no additional system privileges are required
|
||||
connection to local IPs of the system where tpws runs are prohibited
|
||||
|
@ -397,7 +397,7 @@ tpws может биндаться на множество интерфейсо
|
||||
или не сконфигурирован.
|
||||
В разных системах события ifup ловятся по-разному и не гарантируют, что интерфейс уже получил IP адрес определенного типа.
|
||||
В общем случае не существует единого механизма повеситься на событие типа "на интерфейсе X появился link local address".
|
||||
Для бинда на известный ip, когда еще интерфейс не поднят, нужно делать так : --bind-addr=192.168.5.3%eth0 --bind-wait-ifup=20
|
||||
Для бинда на известный ip, когда еще интерфейс не сконфигурирован, нужно делать так : --bind-addr=192.168.5.3%eth0 --bind-wait-ip=20
|
||||
|
||||
Параметры rcvbuf и sndbuf позволяют установить setsockopt SO_RCVBUF SO_SNDBUF для локального и удаленного соединения.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user