diff options
author | Patrick McDermott <pehjota> | 2019-08-05 19:29:29 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2019-08-05 19:29:29 (EDT) |
commit | 06582d494e01eee2bb15b89b85bb7f9951aa92b8 (patch) | |
tree | 4381a8dc55d981a3d3e78fd0c25061ada62fce01 | |
parent | 1e2095e1732f228ad0ba3cef073894fd58723aca (diff) |
dev/archive/mirroring: Require HTTP
Someday, an HTTP redirector service may be introduced instead of prokit
hardcoding a selected mirror into opkg.conf. (Another option is to wrap
`opkg update` with a script that fetches the latest mirror lists (with
soft fail) and updates the opkg configuration file(s) with a randomly
selected mirror.)
-rw-r--r-- | dev/archive/mirroring.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev/archive/mirroring.mdwn b/dev/archive/mirroring.mdwn index 3602718..a9c354b 100644 --- a/dev/archive/mirroring.mdwn +++ b/dev/archive/mirroring.mdwn @@ -47,8 +47,8 @@ Primary Public Mirror --------------------- Primary mirrors are those that synchronize directly from -<files.proteanos.com> and serve their contents publicly over rsync as well -as HTTP and/or FTP. +<files.proteanos.com> and must serve their contents publicly over HTTP and +rsync and may also serve over FTP. Run the following command one to four times daily to synchronize your mirror: @@ -59,7 +59,9 @@ Secondary Public or Private Mirror ---------------------------------- Secondary mirrors are those that synchronize from a primary mirror and serve -their contents either publicly or privately over HTTP and/or FTP. +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. Run the following command one to four times daily to synchronize your mirror: |