From 8650b579ef05059c78798d498c84f377eec35547 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 29 Jun 2022 22:12:52 +0430 Subject: tiny updates --- tiny/Vagrantfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tiny/Vagrantfile b/tiny/Vagrantfile index 6bb3dc0..c5215df 100644 --- a/tiny/Vagrantfile +++ b/tiny/Vagrantfile @@ -5,14 +5,14 @@ ENV['VAGRANT_DEFAULT_PROVIDER'] = 'libvirt' # Vagrant::DEFAULT_SERVER_URL.replace('https://vagrantcloud.com') Vagrant.require_version '>= 2.2.6' Vagrant.configure('2') do |config| - config.vm.box = 'generic/alpine315' - config.vm.box_version = '3.6.14' + config.vm.box = 'generic/alpine316' + config.vm.box_version = '4.0.2' config.vm.box_check_update = false config.vm.hostname = 'virt-tiny' if Vagrant.has_plugin?('vagrant-proxyconf') - config.proxy.http = 'socks5://192.168.1.103:9050' - config.proxy.https = 'socks5://192.168.1.103:9050' + config.proxy.http = 'socks5://192.168.1.103:9995' + config.proxy.https = 'socks5://192.168.1.103:9995' end # ssh -- cgit v1.2.3