mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 13:44:12 +00:00
Update Vagrantfile
This commit is contained in:
parent
16cead76a1
commit
ff638bbc27
1 changed files with 1 additions and 1 deletions
2
build_your_own_lab/websploit/Vagrantfile
vendored
2
build_your_own_lab/websploit/Vagrantfile
vendored
|
@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
|
|||
vb.memory = "4096"
|
||||
vb.cpus = "4"
|
||||
|
||||
config.vm.network "private_network", ip: "10.1.1.1"
|
||||
# config.vm.network "private_network", ip: "10.1.1.1"
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue