change port used by transmission to 41414

This commit is contained in:
Adithya 2024-03-31 03:11:46 +05:30
parent 85b1e7ddc5
commit 5971e2031b
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
Service = {
Type = "simple";
ExecStart = ''
${transmission-daemon} -f --encryption-preferred --portmap --dht --lpd --utp --peerport 51414 --port 9092 \
${transmission-daemon} -f --encryption-preferred --portmap --dht --lpd --utp --peerport 41414 --port 9092 \
-c "${torrents-dir}/init" \
--incomplete-dir "${torrents-dir}/.incomplete" \
--download-dir "${torrents-dir}/downloads" \

View file

@ -2,7 +2,7 @@
networking = {
firewall = {
allowedTCPPorts = [
51414 #Torrent
41414 #Torrent
53317 #LocalSend
];
allowedUDPPorts = [