diff options
| author | terminaldweller <thabogre@gmail.com> | 2022-06-12 13:45:04 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2022-06-12 13:45:04 +0000 | 
| commit | 0fb31be7608f141f28abf0d8fa88e6ffa242d89b (patch) | |
| tree | 39fe9ff754bee68965d6573dd13574b2e0118559 /tiny | |
| parent | rhel (diff) | |
| download | vagrantboxes-0fb31be7608f141f28abf0d8fa88e6ffa242d89b.tar.gz vagrantboxes-0fb31be7608f141f28abf0d8fa88e6ffa242d89b.zip | |
ubuntu18 and ubuntu20
Diffstat (limited to '')
| -rw-r--r-- | tiny/Vagrantfile | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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 | 
