SVNからのミラー

This commit is contained in:
2026-01-21 04:09:54 +09:00
commit cd690c1faa
8 changed files with 233 additions and 0 deletions

11
README.md Normal file
View File

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