diff options
| author | gabrix73 <gabriel1@frozenstar.info> | 2026-05-31 02:41:00 +0200 |
|---|---|---|
| committer | gabrix73 <gabriel1@frozenstar.info> | 2026-05-31 02:41:00 +0200 |
| commit | d4232e0082759765bd16b02df3d48211050d46bc (patch) | |
| tree | 5396cb1294f08b77d9a39ba30a706bc57c440dd0 | |
| parent | f3d426165fe185d634206d72189bd363c825d49b (diff) | |
| download | neomutt-config-d4232e0082759765bd16b02df3d48211050d46bc.tar.gz neomutt-config-d4232e0082759765bd16b02df3d48211050d46bc.tar.xz neomutt-config-d4232e0082759765bd16b02df3d48211050d46bc.zip | |
Update onion gateway address and NNTP backend
- Replace old onion with qee4i7sags6phsvb2yodwecfj7noimfhhalsjktsvikrwotxzis3raad.onion
- Add Peanny NNTP backend address in gateway description
- Update swaks example with new onion address
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -95,9 +95,9 @@ which forwards to the NNTP server and propagates from there. ```bash torsocks swaks \ - --server xilb7y4kj6u6qfo45o3yk2kilfv54ffukzei3puonuqlncy7cn2afwyd.onion:25 \ + --server qee4i7sags6phsvb2yodwecfj7noimfhhalsjktsvikrwotxzis3raad.onion:25 \ --from nobody@virebent.invalid \ - --to mail2news@xilb7y4kj6u6qfo45o3yk2kilfv54ffukzei3puonuqlncy7cn2afwyd.onion \ + --to mail2news@qee4i7sags6phsvb2yodwecfj7noimfhhalsjktsvikrwotxzis3raad.onion \ --header "Newsgroups: misc.test" \ --header "Subject: test post" \ --body "This is a test." @@ -139,9 +139,9 @@ torsocks swaks \ ## Gateway address The mail2news gateway on `virebent.art` accepts unauthenticated SMTP on port 25 -and forwards to Peanny NNTP over Tor. No registration required. +and forwards to Peanny NNTP (`peannyjkqwqfynd24p6dszvtchkq7hfkwymi5by5y332wmosy5dwfaqd.onion`) over Tor. No registration required. ``` SMTP/mail2news onion: -xilb7y4kj6u6qfo45o3yk2kilfv54ffukzei3puonuqlncy7cn2afwyd.onion +qee4i7sags6phsvb2yodwecfj7noimfhhalsjktsvikrwotxzis3raad.onion:25 ``` |
