by tixatiuser#9008 on 2024/03/03 09:22:41 PM
Is there any way to not have to manually do this for each torrent site, and instead, for example, type it in a certain way to catch all sites, or some sort of option in the settings to enable this, thus spoofing your user agent for any and all sites you add without any future input to add said future sites?
It's possible using regular expression. Instead of random-torrent-site.org, type
regex: followed by a dot.
Example:
regex:.
header:%0D%0AUser-Agent: Transmission/1.30X
peerid:-TR1330-12 random caracter
xfer_peerid:-TR1330-12 same random caracter
If you want to use the same user agent and PeerID with multiple trackers but not all, you can add the trackers using
regex: and separate them with this special character
|
There is no need to add the full address of each tracker. Example, for
http://tracker.something.com/abcdefghijklmnopqrstuvwxyz/announce
, adding
something.com or
something is enough.
Example:
regex:tracker1
|tracker2
|tracker3
|tracker4
header:%0D%0AUser-Agent: Transmission/1.30X
peerid:-TR1330-12 random caracter
xfer_peerid:-TR1330-12 same random caracter
by notaLamer on 2024/03/04 01:55:21 PM
Guest, does it change the peer ID per swarm too?
xfer_peerid: changes the peerid reported to other peers, while
peerid: changes the peerid announced to trackers.
by notaLamer on 2024/03/04 01:55:21 PM
any differences between UDP and HTTP trackers?
The same method apply to both.