change slskd port
This commit is contained in:
parent
2b5526afdd
commit
382df4af88
2 changed files with 3 additions and 3 deletions
|
@ -276,7 +276,7 @@ in {
|
||||||
remote_file_management = true;
|
remote_file_management = true;
|
||||||
shares.directories = ["/media/library/music"];
|
shares.directories = ["/media/library/music"];
|
||||||
soulseek = {
|
soulseek = {
|
||||||
listen_port = 14794;
|
listen_port = 26449;
|
||||||
description = "";
|
description = "";
|
||||||
};
|
};
|
||||||
global = {
|
global = {
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
# Forwarded to my vpn, for making things accessible from outside
|
# Forwarded to my vpn, for making things accessible from outside
|
||||||
openVPNPorts = [
|
openVPNPorts = [
|
||||||
{
|
{
|
||||||
port = 14794;
|
port = 26449;
|
||||||
protocol = "both";
|
protocol = "both";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
port = 14795;
|
port = 26450;
|
||||||
protocol = "both";
|
protocol = "both";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue