aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/pfsense/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/pfsense/Vagrantfile')
-rw-r--r--vagrant/pfsense/Vagrantfile2
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