mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 13:11:53 +08:00
feat: 增加POP3测试环境
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
docker build -t pop3-test .
|
||||
docker run -d --name pop3-server -p 110:110 -p 995:995 pop3-test
|
||||
Reference in New Issue
Block a user