feat: IP bans #133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/ip-bans"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #129
@ -31,0 +33,4 @@return Err(AuthError::Unauthenticated("IP not allowed".to_string(),));}Should probably also check in
authorize().@ -145,6 +145,7 @@ impl Backend for FsBackend {&self,short_id: &ShortId,) -> Result<Option<AllowDenyList>, BackendError> {trace!("get_allow_deny_list()");axe