diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-04 12:45:03 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-04 12:45:03 +0000 |
commit | 26147535739e303bdce438e7f8129a77a2ea4451 (patch) | |
tree | f2ccd41a75dc8be0b4ae54b655c440e88d31f2fe /i2p/Vagrantfile | |
parent | freebsd13 (diff) | |
download | vagrantboxes-26147535739e303bdce438e7f8129a77a2ea4451.tar.gz vagrantboxes-26147535739e303bdce438e7f8129a77a2ea4451.zip |
fixes
Diffstat (limited to 'i2p/Vagrantfile')
-rw-r--r-- | i2p/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i2p/Vagrantfile b/i2p/Vagrantfile index ce127d1..268ff7b 100644 --- a/i2p/Vagrantfile +++ b/i2p/Vagrantfile @@ -20,7 +20,7 @@ Vagrant.configure('2') do |config| config.ssh.connect_timeout = 15 # shares - config.vm.synced_folder '.', '/vagrant', type: 'nfs', nfs_version: 4, nfs_udd: false + config.vm.synced_folder '.', '/vagrant', type: 'nfs', nfs_version: 4, nfs_udp: false # network config.vm.network 'forwarded_port', guest: 4444, host: 4444, id: 'i2ptunudp', protocol: 'udp' |