mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-03-13 15:56:30 +00:00
Merge pull request #941 from GNS3/upgrade-pfsense-image
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Add pfSense CE 2.7.2 image
This commit is contained in:
commit
56ee26ddc9
@ -24,6 +24,13 @@
|
|||||||
"process_priority": "normal"
|
"process_priority": "normal"
|
||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
|
{
|
||||||
|
"filename": "pfSense-CE-2.7.2-RELEASE-amd64.iso",
|
||||||
|
"version": "2.7.2",
|
||||||
|
"md5sum": "50c3e723d68ec74d038041a34fa846f8",
|
||||||
|
"filesize": 874672128,
|
||||||
|
"download_url": "https://www.pfsense.org/download/mirror.php?section=downloads"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "pfSense-CE-2.7.0-RELEASE-amd64.iso",
|
"filename": "pfSense-CE-2.7.0-RELEASE-amd64.iso",
|
||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
@ -76,6 +83,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"name": "2.7.2",
|
||||||
|
"images": {
|
||||||
|
"hda_disk_image": "empty100G.qcow2",
|
||||||
|
"cdrom_image": "pfSense-CE-2.7.2-RELEASE-amd64.iso"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "2.7.0",
|
"name": "2.7.0",
|
||||||
"images": {
|
"images": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user