- Added misp-modules port forward

pull/5/head
Steve Clement 2018-05-23 02:09:18 +02:00
parent fb27d29f5b
commit 68f1db1362
1 changed files with 1 additions and 0 deletions

View File

@ -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"]
],