From 4dd8b1fd7ef8992f738969e8000d5b07b24a8dd7 Mon Sep 17 00:00:00 2001 From: Greg ORIOL Date: Thu, 6 Aug 2026 13:33:23 +0200 Subject: [PATCH] Update rtorrent.rc-example with newer network.listen --- doc/rtorrent.rc-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rtorrent.rc-example b/doc/rtorrent.rc-example index 9cfe8747..ed9aeea1 100644 --- a/doc/rtorrent.rc-example +++ b/doc/rtorrent.rc-example @@ -23,8 +23,8 @@ execute.throw = sh, -c, (cat,\ "\"",(cfg.watch),"/start\" ") # Listening port for incoming peer traffic (fixed; you can also randomize it) -network.port_range.set = 50000-50000 -network.port_random.set = no +network.listen.port.range.set = 50000-50000 +network.listen.port.random.set = no # Tracker-less torrent and UDP tracker support # (conservative settings for 'private' trackers, change for 'public')