update
This commit is contained in:
parent
7150957574
commit
a1bad4139e
3 changed files with 13 additions and 1476 deletions
14
README.md
14
README.md
|
|
@ -235,8 +235,18 @@ in the repo - it is missing any description of the groups section.
|
|||
|
||||
Although Tox works over Tor, we do not recommend its usage for
|
||||
anonymity as it leaks DNS requests due to a 6-year old known security
|
||||
issue: https://github.com/TokTok/c-toxcore/issues/469 Do not use it for
|
||||
anonymous communication unless you have a TCP and UDP firewall in place.
|
||||
issue: https://github.com/TokTok/c-toxcore/issues/469 unless your Tox
|
||||
client does hostname lookups before calling Tox (like
|
||||
[toxygen](https://git.plastiras.org/emdee/toxygen) does).
|
||||
Otherwise, do not use it for anonymous communication unless you have a
|
||||
TCP and UDP firewall in place.
|
||||
|
||||
The Tox project does not follow semantic versioning so the project may
|
||||
break the underlying ctypes wrapper at any time; it's not possible to
|
||||
use Tox version numbers to tell what the API will be. The last git version
|
||||
this code was tested with is ``1623e3ee5c3a5837a92f959f289fcef18bfa9c959```
|
||||
of Feb 12 10:06:37 2024. In which case you'll have to go into the tox.py
|
||||
file in https://git.plastiras.org/emdee/toxygen_wrapper to fix it yourself.
|
||||
|
||||
The uptodate version of this code is on https://git.plastiras.org/emdee/tox_profile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue