VEGAS/fbi: use tor
This commit is contained in:
parent
5c67cc7880
commit
3f9e7a04b5
1 changed files with 1 additions and 3 deletions
|
@ -49,14 +49,12 @@ with depot.lib.nginx;
|
||||||
systemd.services.radarr.serviceConfig.Slice = "mediamanagement.slice";
|
systemd.services.radarr.serviceConfig.Slice = "mediamanagement.slice";
|
||||||
systemd.services.sonarr.serviceConfig.Slice = "mediamanagement.slice";
|
systemd.services.sonarr.serviceConfig.Slice = "mediamanagement.slice";
|
||||||
systemd.services.prowlarr = {
|
systemd.services.prowlarr = {
|
||||||
after = [ "wireguard-wgmv.service" "network-addresses-wgmv.service" ];
|
after = [ "tor.service" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Slice = "mediamanagement.slice";
|
Slice = "mediamanagement.slice";
|
||||||
IPAddressDeny = [ "any" ];
|
IPAddressDeny = [ "any" ];
|
||||||
IPAddressAllow = [
|
IPAddressAllow = [
|
||||||
"localhost"
|
"localhost"
|
||||||
"10.64.0.0/16"
|
|
||||||
"10.124.0.0/16"
|
|
||||||
"10.100.0.0/24"
|
"10.100.0.0/24"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue