open slsk ports on wireguard
This commit is contained in:
parent
825e37c4d4
commit
b1a8de505b
2 changed files with 14 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue