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
|
||||
./jupyter.nix
|
||||
./postgresql.nix
|
||||
./privoxy.nix
|
||||
./radicale.nix
|
||||
./searx.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