add homework 3.4 with questions 1-4

This commit is contained in:
2022-02-23 12:01:47 +07:00
parent 8b97fa3d96
commit baeffe48f3
2 changed files with 168 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ Vagrant.configure("2") do |config|
# within the machine from a port on the host machine and only allow access
# via 127.0.0.1 to disable public access
# config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
config.vm.network "forwarded_port", guest: 19999, host: 19999, host_ip: "127.0.0.1"
# Create a private network, which allows host-only access to the machine
# using a specific IP.