This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pwned/README.md
2026-01-21 04:09:54 +09:00

12 lines
221 B
Markdown

# pwnd
パスワードが漏洩したかどうかを確認するサーバーデーモン\
**OpenBSDのみ**
## インストールする方法
```sh
make
doas make install
doas rcctl enable pwnd
doas rcctl start pwnd
```