From 0fb31be7608f141f28abf0d8fa88e6ffa242d89b Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 12 Jun 2022 18:15:04 +0430 Subject: ubuntu18 and ubuntu20 --- tiny/Vagrantfile | 1 - 1 file changed, 1 deletion(-) (limited to 'tiny') diff --git a/tiny/Vagrantfile b/tiny/Vagrantfile index d650727..6bb3dc0 100644 --- a/tiny/Vagrantfile +++ b/tiny/Vagrantfile @@ -13,7 +13,6 @@ Vagrant.configure('2') do |config| 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.noproxy = '127.0.0.1, localhost' end # ssh -- cgit v1.2.3