Skip to content

Commit

Permalink
Merge pull request #982 from mkllnk/vagrant
Browse files Browse the repository at this point in the history
Adjust Vagrant IP address to allowed Debian range
  • Loading branch information
rioug authored Jan 12, 2025
2 parents 753cae1 + 89ad7bc commit e1c5181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.network "forwarded_port", guest: 22, host: 2222
config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.network "forwarded_port", guest: 443, host: 4433
config.vm.network "private_network", ip: "192.168.50.4"
config.vm.network "private_network", ip: "192.168.56.4"

config.ssh.insert_key = false

Expand Down

0 comments on commit e1c5181

Please sign in to comment.