mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
Add a new turkish mirror
Submitted by: Evren Yurtesen <yurtesen@ispro.net> Reviewed by: simon MFC after: 3 days
This commit is contained in:
parent
3dbee59bd4
commit
6c99f866c8
1 changed files with 4 additions and 0 deletions
|
|
@ -557,6 +557,8 @@ DMenu MenuMediaFTP = {
|
|||
VAR_FTP_PATH "=ftp://ftp2.jp.freebsd.org" },
|
||||
{ " IPv6 USA", "ftp4.us.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp4.us.freebsd.org" },
|
||||
{ " IPv6 Turkey", "ftp2.tr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp2.tr.freebsd.org" },
|
||||
|
||||
{ "Primary", "ftp1.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp1.freebsd.org" },
|
||||
|
|
@ -818,6 +820,8 @@ DMenu MenuMediaFTP = {
|
|||
|
||||
{ "Turkey", "ftp.tr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp.tr.freebsd.org" },
|
||||
{ " Turkey #2", "ftp2.tr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp.tr.freebsd.org" },
|
||||
|
||||
{ "UK", "ftp.uk.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp.uk.freebsd.org" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue