From 9d795d41f66b59c329ac58fe8272c5c2c3ecb7f4 Mon Sep 17 00:00:00 2001 From: Tai Date: Mon, 11 Jan 2021 19:30:50 -0800 Subject: [PATCH] Update README.md --- pureftpd/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pureftpd/README.md b/pureftpd/README.md index 0abacc2..728771e 100644 --- a/pureftpd/README.md +++ b/pureftpd/README.md @@ -9,7 +9,12 @@ ``` ### Notes -Make sure port 521 is open on your firewall or ufw. Do not use Caddy for this. Just `docker-compose up -d` in side the folder when you are done. +Make sure port 521 is open and 30000-30009 on your firewall or ufw. Do not use Caddy for this. Just `docker-compose up -d` in side the folder when you are done. You can do this with + +``` +sudo ufw allow 521/tcp comment "PureFTPd" +sudo ufw allow 30000:30009/tcp comment "PureFTPd" +``` Connect to the ftp server with your IP:521 and the USERNAME + PASS set in .env.