diff options
Diffstat (limited to 'rhel8/Vagrantfile')
-rw-r--r-- | rhel8/Vagrantfile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |