Infini-DL360/privoxy: init
This commit is contained in:
parent
9e168f7b91
commit
1c694ea81d
2 changed files with 13 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./jupyter.nix
|
./jupyter.nix
|
||||||
./postgresql.nix
|
./postgresql.nix
|
||||||
|
./privoxy.nix
|
||||||
./radicale.nix
|
./radicale.nix
|
||||||
./searx.nix
|
./searx.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
|
12
hosts/Infini-DL360/privoxy.nix
Normal file
12
hosts/Infini-DL360/privoxy.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.privoxy = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
listen-address = "100.101.102.124:8118";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 8118 ];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue