mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* linux/f*: add Korean translation * finch: fix Korean tranlsation * Update pages.ko/linux/fprintd-verify.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
16 lines
391 B
Markdown
16 lines
391 B
Markdown
# fail2ban-client
|
|
|
|
> fail2ban 서버를 구성하고 제어.
|
|
> 더 많은 정보: <https://github.com/fail2ban/fail2ban>.
|
|
|
|
- 감옥 서비스의 현재 상태 검색:
|
|
|
|
`fail2ban-client status {{감옥}}`
|
|
|
|
- 지정된 IP를 감옥 서비스의 차단 목록에서 제거:
|
|
|
|
`fail2ban-client set {{감옥}} unbanip {{IP}}`
|
|
|
|
- fail2ban 서버가 실행 중인지 확인:
|
|
|
|
`fail2ban-client ping`
|