Hi, due to very heavy filtering in Iran, I cannot install/update/upgrade FreeBSD packages.
I found several FreeBSD mirrors with servers located in Iran, but even after configuring them, I still get no results. This is my conf:
/etc/pkg/FreeBSD.conf:
I even ran the command sudo pkg update -, but I got the message "0.0 k/s - stalled."
I tried using these two mirrors, but they didn't work:
Someone told me that FreeBSD does this for security reasons and that using other mirrors is not possible.
Please let me know if you have any ideas about this issue. Is there a way to bypass this problem?
Access to a VPN is not available, and I can only solve the problem through a server located within the country. For programming languages and frameworks, I was able to find solutions, but there are no sanction-circumvention tools for this issue, and they do not support this operating system and its repositories.
Thanks
I found several FreeBSD mirrors with servers located in Iran, but even after configuring them, I still get no results. This is my conf:
/etc/pkg/FreeBSD.conf:
Code:
FreeBSD: {
url: "pkg+https://mirror.0-1.cloud/freebsd/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
FreeBSD-kmods: {
url: "pkg+https://mirror.0-1.cloud/freebsd//${ABI}/kmods_quarterly_${VERSION_MINOR}",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
I even ran the command sudo pkg update -, but I got the message "0.0 k/s - stalled."
I tried using these two mirrors, but they didn't work:
Someone told me that FreeBSD does this for security reasons and that using other mirrors is not possible.
Please let me know if you have any ideas about this issue. Is there a way to bypass this problem?
Access to a VPN is not available, and I can only solve the problem through a server located within the country. For programming languages and frameworks, I was able to find solutions, but there are no sanction-circumvention tools for this issue, and they do not support this operating system and its repositories.
Thanks