mirror of https://github.com/MISP/misp-packer
- Added misp-modules port forward
parent
fb27d29f5b
commit
68f1db1362
|
@ -30,6 +30,7 @@
|
|||
["modifyvm", "{{.Name}}", "--natpf1", "ssh,tcp,,2222,0.0.0.0,22" ],
|
||||
["modifyvm", "{{.Name}}", "--natpf1", "http,tcp,,8080,,80" ],
|
||||
["modifyvm", "{{.Name}}", "--natpf1", "dashboard,tcp,,8001,0.0.0.0,8001" ],
|
||||
["modifyvm", "{{.Name}}", "--natpf1", "misp-modules,tcp,,6666,0.0.0.0,6666" ],
|
||||
["modifyvm", "{{.Name}}", "--vram", "32"]
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue