Added SSL
This commit is contained in:
parent
3882fe2ec9
commit
0928ef551d
14
README.md
14
README.md
@ -8,10 +8,11 @@ Hard forked to use https://git.macaw.me/emdee/toxygen_wrapper
|
|||||||
Just clone that repo and put the resulting directory on your
|
Just clone that repo and put the resulting directory on your
|
||||||
```PYTHONPATH```.
|
```PYTHONPATH```.
|
||||||
|
|
||||||
Run: ```tox-irc-sync.py --help`` for command line arguments.
|
## Usage
|
||||||
|
|
||||||
|
Run: ```tox-irc-sync.py --help``` for command line arguments.
|
||||||
|
|
||||||
For the ```#tox``` group on ```libera.chat```:
|
For the ```#tox``` group on ```libera.chat```:
|
||||||
For example```irc.libera.net#tox```:
|
|
||||||
```
|
```
|
||||||
python3 tox-irc-sync.py \
|
python3 tox-irc-sync.py \
|
||||||
--nodes_json $HOME/.config/tox/DHTnodes.json \
|
--nodes_json $HOME/.config/tox/DHTnodes.json \
|
||||||
@ -25,3 +26,12 @@ python3 tox-irc-sync.py \
|
|||||||
--irc_chan "#tor" --irc_host irc.oftc.net --irc_port 6667 \
|
--irc_chan "#tor" --irc_host irc.oftc.net --irc_port 6667 \
|
||||||
--proxy_type 2 --proxy_host 127.0.0.1 --proxy_port 9050
|
--proxy_type 2 --proxy_host 127.0.0.1 --proxy_port 9050
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* OFTC has an Onion address:
|
||||||
|
```ircs://oftcnet6xg6roj6d7id4y4cu6dchysacqj2ldgea73qzdagufflqxrid.onion:6697```
|
||||||
|
* Libera has an Onion address:
|
||||||
|
```libera75jm6of4wxpxt4aynol3xjmbtxgfyjpu34ss4d7r7q2v5zrpyd.onion```
|
||||||
|
|
||||||
|
but ```tox_irc_sync``` does not do SSL yet.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user