python312Packages.dissect-extfs: 3.11 -> 3.12
[NixPkgs.git] / nixos / modules / services / web-servers / trafficserver / ip_allow.json
blobfc2db8037286ca6df5f4175c149c891723368115
2   "ip_allow": [
3     {
4       "apply": "in",
5       "ip_addrs": "127.0.0.1",
6       "action": "allow",
7       "methods": "ALL"
8     },
9     {
10       "apply": "in",
11       "ip_addrs": "::1",
12       "action": "allow",
13       "methods": "ALL"
14     },
15     {
16       "apply": "in",
17       "ip_addrs": "0/0",
18       "action": "deny",
19       "methods": [
20         "PURGE",
21         "PUSH",
22         "DELETE"
23       ]
24     },
25     {
26       "apply": "in",
27       "ip_addrs": "::/0",
28       "action": "deny",
29       "methods": [
30         "PURGE",
31         "PUSH",
32         "DELETE"
33       ]
34     }
35   ]