Someone should configure nginx to give a 404 response on any request not on path /xr. This should be done in Dockerfile, where nginx.conf is created. Then a private image of exrproxy should be created from the new Dockerfile, then the private exrproxy image should be tested. If the test passes, a PR to merge the new Dockerfile to master should be created, and the new exrproxy image should be pushed to blocknetdx/exrproxy docker hub repo.
This enhancement will allow fail2ban to easily ban all malicious attempts to access an SNode server simply by banning all attempts which get a 404 error response.
I was going to assign this to @walkjivefly but I don't seem to have authority to do so in this Hydra project.
Someone should configure nginx to give a 404 response on any request not on path /xr. This should be done in
Dockerfile, wherenginx.confis created. Then a private image ofexrproxyshould be created from the new Dockerfile, then the privateexrproxyimage should be tested. If the test passes, a PR to merge the newDockerfiletomastershould be created, and the newexrproxyimage should be pushed toblocknetdx/exrproxydocker hub repo.This enhancement will allow
fail2banto easily ban all malicious attempts to access an SNode server simply by banning all attempts which get a 404 error response.I was going to assign this to @walkjivefly but I don't seem to have authority to do so in this Hydra project.