summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dev/archive/mirroring.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev/archive/mirroring.mdwn b/dev/archive/mirroring.mdwn
index 119fc8a..3301a93 100644
--- a/dev/archive/mirroring.mdwn
+++ b/dev/archive/mirroring.mdwn
@@ -48,7 +48,8 @@ Primary Public Mirror
Primary mirrors are those that synchronize directly from
<files.proteanos.com> and must serve their contents publicly over HTTP and
-rsync and may also serve over FTP.
+rsync and may also serve over anonymous FTP as defined by [IETF RFC
+1635][rfc1635] with no password requirements.
Run the following command one to four times daily to synchronize your mirror:
@@ -60,8 +61,9 @@ Secondary Public or Private Mirror
Secondary mirrors are those that synchronize from a primary mirror and serve
their contents either publicly or privately. Public mirrors must serve over
-HTTP and may also serve over FTP. Private mirrors may serve over either
-protocol.
+HTTP and may also serve over anonymous FTP as defined by [IETF RFC
+1635][rfc1635] with no password requirements. Private mirrors may serve over
+either protocol.
Run the following command one to four times daily to synchronize your mirror:
@@ -73,6 +75,8 @@ Where `${src}` is any primary mirror listed in
a primary mirror that is being used by few or no other secondary mirrors, to
evenly spread the load across the primary mirrors.
+[rfc1635]: https://tools.ietf.org/html/rfc1635
+
Announcing a Public Mirror
==========================