open slsk ports on wireguard

This commit is contained in:
xunuwu 2025-02-18 12:15:25 +01:00
parent 825e37c4d4
commit b1a8de505b
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 14 additions and 1 deletions

View file

@ -56,6 +56,10 @@ in {
port = config.services.slskd.settings.soulseek.listen_port;
protocol = "both";
}
{
port = config.services.slskd.settings.soulseek.listen_port + 1;
protocol = "both";
}
{
port = config.services.transmission.settings.peer-port;
protocol = "both";