-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathmirrors.tmpl
45 lines (42 loc) · 1.14 KB
/
mirrors.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# $OpenBSD: mirrors.tmpl,v 1.21 2019/11/15 14:31:30 naddy Exp $
# description of the mirror database format used in mirrors.dat
# comments begin with hash mark at beginning of line
# the delimiter closes the current record (if any) and starts a new one.
# EOF is also a delimiter.
# delimiter is a '0' at beginning of line
0
# fields
GC General/Country
GZ General/Country Code (country's TLD)
GI General/Institute
GN General/Note
GS General/State-Province
GT General/Town
GX General/Longitude (degrees, decimal)
GY General/Latitude (degrees, decimal)
LF Level/FTP
LC Level/CVS
ME Maintainer/Email
MN Maintainer/Name
HA Host/Aliases
FE FTP/Updated Every (hours)
FF FTP/Updated From (hostname)
UF URL/FTP
UH URL/HTTP
UHS URL/HTTPS (signed by a public CA)
UR URL/RSYNC
CE CVS/Updated Every (hours)
CF CVS/Updated From (hostname)
CR CVS/RSYNC URL
AU AnonCVS/User
AH AnonCVS/Hostname
AR AnonCVS/Root
AP AnonCVS/Protocols
VH CVSync/Hostname (deprecated)
VU CVSync/InfoURL (deprecated)
SR SSH/Fingerprint/SHA256:RSA
SE SSH/Fingerprint/SHA256:ECDSA
S2 SSH/Fingerprint/SHA256:ED25519
SR SSH/Fingerprint/MD5:RSA
SE SSH/Fingerprint/MD5:ECDSA
S2 SSH/Fingerprint/MD5:ED25519