Skip to content

Instantly share code, notes, and snippets.

@leandromoreira
Last active June 6, 2020 15:48
Embed
What would you like to do?
if ngx.var.remote_addr == "192.168.0.253" then
return ngx.exit(ngx.HTTP_FORBIDDEN)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment