summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-06-09 17:42:24 +0200
committerGitHub <noreply@github.com>2025-06-09 17:42:24 +0200
commit0e26318f3674759c735b4bf5f8fbdac9c68ecb9a (patch)
treea3da80e2a3075b70eda1f60e6f29e0b3f2bb61b7
parentf2c88e0cf0a7732ee395f40fb9bf46106f6ada74 (diff)
downloadonion-newsreader-0e26318f3674759c735b4bf5f8fbdac9c68ecb9a.tar.gz
onion-newsreader-0e26318f3674759c735b4bf5f8fbdac9c68ecb9a.tar.xz
onion-newsreader-0e26318f3674759c735b4bf5f8fbdac9c68ecb9a.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1edd97c..c0fddea 100644
--- a/README.md
+++ b/README.md
@@ -95,12 +95,12 @@ cp config.example.json config.json
Edit `config.json`:
```json
{
- "nntp_server": "news.server.com:119",
+ "nntp_server": "peannyjkqwqfynd24p6dszvtchkq7hfkwymi5by5y332wmosy5dwfaqd.onion:119",
"nntp_username": "your_username",
"nntp_password": "your_password",
"listen_port": 8080,
"listen_address": "127.0.0.1",
- "m2usenet_url": "http://your-onion-address.onion:8880",
+ "m2usenet_url": "http://itcxzfm2h36hfj6j7qxksyfm4ipp3co4rkl62sgge7hp6u77lbretiyd.onion:8880",
"max_articles_per_group": 500,
"connection_timeout": 30,
"read_timeout": 60
@@ -138,7 +138,7 @@ Create `/etc/systemd/system/newsreader.service`:
```ini
[Unit]
Description=Secure NNTP Newsreader Service
-Documentation=https://github.com/yourusername/newsreader
+Documentation=https://github.com/gabrix73/onion-newsreader
After=network-online.target
Wants=network-online.target
ConditionFileNotEmpty=/etc/newsreader/config.json