Skip to content

Commit

Permalink
Blocking bad guys IP :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes committed Jan 26, 2025
1 parent 8adee0c commit ac874da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/unit/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"listeners": {
"*:8080": {
"pass": "routes",
"ip_filter": ["deny 193.165.96.151", "deny 91.108.255.120", "allow all"]
"ip_filter": ["deny 144.76.17.105", "deny 91.108.255.120", "allow all"]
}
},
"routes": [
Expand Down

0 comments on commit ac874da

Please sign in to comment.