containers/fluorite: try without socks5
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
c93496cb84
commit
0462478d7e
1 changed files with 7 additions and 7 deletions
|
|
@ -20,8 +20,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
authKeyFile = "/binds/tailscale_auth";
|
authKeyFile = "/binds/tailscale_auth";
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
interfaceName = "userspace-networking";
|
# interfaceName = "userspace-networking";
|
||||||
extraDaemonFlags = [ "--socks5-server=localhost:1055" ];
|
# extraDaemonFlags = [ "--socks5-server=localhost:1055" ];
|
||||||
extraSetFlags = [ "--exit-node=100.67.1.1" ];
|
extraSetFlags = [ "--exit-node=100.67.1.1" ];
|
||||||
useRoutingFeatures = "client";
|
useRoutingFeatures = "client";
|
||||||
};
|
};
|
||||||
|
|
@ -32,11 +32,11 @@
|
||||||
environmentFile = "/binds/slskd_env";
|
environmentFile = "/binds/slskd_env";
|
||||||
settings = {
|
settings = {
|
||||||
shares.directories = [ "/binds/music/" ];
|
shares.directories = [ "/binds/music/" ];
|
||||||
soulseek.connection.proxy = {
|
# soulseek.connection.proxy = {
|
||||||
enabled = true;
|
# enabled = true;
|
||||||
address = "localhost";
|
# address = "localhost";
|
||||||
port = "1055";
|
# port = "1055";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue