- Bare in mind 6666 if a high port marked as dangerous on chrome

pull/5/head
Steve Clement 2018-05-24 05:27:12 +02:00
parent 68f1db1362
commit e72a0e31f1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +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}}", "--natpf1", "misp-modules,tcp,,1666,0.0.0.0,6666" ],
["modifyvm", "{{.Name}}", "--vram", "32"]
],