Browse Source

readme: tpws more bind info

pull/65/head
bol-van 4 years ago
parent
commit
d8f1a37386
  1. 2
      docs/readme.eng.txt
  2. 2
      docs/readme.txt

2
docs/readme.eng.txt

@ -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

2
docs/readme.txt

@ -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…
Cancel
Save