nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff -Naur a/tinydns-conf.c b/tinydns-conf.c
2--- a/tinydns-conf.c 2001-02-11 21:11:45.000000000 +0000
3+++ b/tinydns-conf.c 2021-11-08 17:23:06.181385437 +0000
4@@ -46,7 +46,7 @@
5
6 start("run");
7 outs("#!/bin/sh\nexec 2>&1\nexec envuidgid "); outs(user);
8- outs(" envdir ./env softlimit -d300000 ");
9+ outs(" envdir ./env softlimit -d4500000 ");
10 outs(auto_home); outs("/bin/tinydns\n");
11 finish();
12 perm(0755);