mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add ftp4.se.freebsd.org to the set of mirrors.
PR: bin/150552 Submitted by: Niclas Zeising <zeising at lysator.liu.se> MFC after: 3 days
This commit is contained in:
parent
8db47aa15e
commit
5f1818757a
1 changed files with 2 additions and 0 deletions
|
|
@ -793,6 +793,8 @@ DMenu MenuMediaFTP = {
|
|||
VAR_FTP_PATH "=ftp://ftp2.se.freebsd.org" },
|
||||
{ " Sweden #3", "ftp3.se.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.se.freebsd.org" },
|
||||
{ " Sweden #4", "ftp4.se.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp4.se.freebsd.org" },
|
||||
{ " Sweden #5", "ftp5.se.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp5.se.freebsd.org" },
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue