update nginx block bearers

This commit is contained in:
Joshua Bell 2026-01-25 16:14:09 -06:00
parent 3bd0eb7234
commit 9842637836
2 changed files with 6 additions and 4 deletions

View file

@ -1258,11 +1258,11 @@
}, },
"locked": { "locked": {
"dir": "flakes/secrets", "dir": "flakes/secrets",
"lastModified": 1769046854, "lastModified": 1769378788,
"narHash": "sha256-xxEha3Qoe4KQNniPCmg7T44bxbsSKazbttqEy2aqPI0=", "narHash": "sha256-osiCW4jxTbsQxo2/anyu5rnjr30gPMQODpe1TGvaQI8=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "eebf3541735e5a2a46ab02ce4ccb76f56d61693b", "rev": "3bd0eb723474bc82d409d893ae474d0328b4b134",
"revCount": 1155, "revCount": 1174,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },

View file

@ -278,6 +278,8 @@ in
ignoreIP = [ ignoreIP = [
"127.0.0.1/8" "127.0.0.1/8"
"24.16.158.91" # Jason's ip "24.16.158.91" # Jason's ip
"98.193.92.231" # my ip
"24.164.16.22" # aarons ip
]; ];
bantime-increment = { bantime-increment = {
enable = true; enable = true;