From 0fb31be7608f141f28abf0d8fa88e6ffa242d89b Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 12 Jun 2022 18:15:04 +0430 Subject: ubuntu18 and ubuntu20 --- rhel8/Vagrantfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rhel8') diff --git a/rhel8/Vagrantfile b/rhel8/Vagrantfile index 528745a..72ac57a 100644 --- a/rhel8/Vagrantfile +++ b/rhel8/Vagrantfile @@ -20,9 +20,8 @@ Vagrant.configure('2') do |config| config.ssh.connect_timeout = 15 if Vagrant.has_plugin?('vagrant-proxyconf') - config.proxy.http = 'http://192.168.1.103:9995' - config.proxy.https = 'http://192.168.1.103:9995' - # config.proxy.noproxy = '127.0.0.1, localhost' + # config.proxy.http = 'http://192.168.1.103:9995' + # config.proxy.https = 'http://192.168.1.103:9995' end # shares -- cgit v1.2.3