diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-10 11:51:38 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-10 11:51:38 +0000 |
commit | 216beb6c4dc046501566305e15fb731bd9a7f052 (patch) | |
tree | 3f1397a93deda04401e7192328ac3a2834eee466 /vagrant/pfsense/Vagrantfile | |
parent | more cleanup (diff) | |
download | scripts-216beb6c4dc046501566305e15fb731bd9a7f052.tar.gz scripts-216beb6c4dc046501566305e15fb731bd9a7f052.zip |
updates
Diffstat (limited to 'vagrant/pfsense/Vagrantfile')
-rw-r--r-- | vagrant/pfsense/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/pfsense/Vagrantfile b/vagrant/pfsense/Vagrantfile index b7a187e..26f58d1 100644 --- a/vagrant/pfsense/Vagrantfile +++ b/vagrant/pfsense/Vagrantfile @@ -34,7 +34,7 @@ Vagrant.configure('2') do |config| config.vm.box_version = '3.4.2' config.vm.box_check_update = false config.vm.synced_folder './source', DEMO_MOUNT_POINT, type: 'nfs' - config.vm.hostname = 'dpdk-farzad' + config.vm.hostname = 'pfsense' config.vm.boot_timeout = 30 config.vm.graceful_halt_timeout = 30 |