You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should it become necessary, we could block an endpoint abusing the service from registering again.
Ideally, ssh srv.us block $endpoint / ssh srv.us unblock $endpoint and ssh srv.us blocked to get the list. Though ssh srv.us -p 2222 would be fine and simpler.
Could be persisted in a flat text file reloaded on change, in badger, or in a central DB like cockroachdb.
The text was updated successfully, but these errors were encountered:
pcarrier
changed the title
Maintain a list of blocked endpoints
Maintain a list of blocked endpoints (when needed)
Jul 10, 2022
pcarrier
changed the title
Maintain a list of blocked endpoints (when needed)
Maintain a list of blocked endpoints
Jul 10, 2022
Should it become necessary, we could block an endpoint abusing the service from registering again.
Ideally,
ssh srv.us block $endpoint
/ssh srv.us unblock $endpoint
andssh srv.us blocked
to get the list. Thoughssh srv.us -p 2222
would be fine and simpler.Could be persisted in a flat text file reloaded on change, in badger, or in a central DB like cockroachdb.
The text was updated successfully, but these errors were encountered: