wireguard progress

This commit is contained in:
xunuwu 2025-06-01 12:30:22 +02:00
parent 85962b9344
commit c87584c294
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
12 changed files with 178 additions and 29 deletions

View file

@ -38,15 +38,15 @@
protocol = "tcp";
}
{
port = config.services.slskd.settings.soulseek.listen_port;
port = 24001; # slskd
protocol = "both";
}
{
port = config.services.slskd.settings.soulseek.listen_port + 1;
port = 24002; # slskd
protocol = "both";
}
{
port = config.services.transmission.settings.peer-port;
port = 24003; # transmission
protocol = "both";
}
];