Proxy addresses containing a digit do not match the regular expression on the proxy_server property.
unless value =~ /^[=a-z._-]+(:\d+)?$/
raise ArgumentError, "proxy_server item %s is invalid. Examples: 'myproxy', 'myproxy:80', 'http=proxy.example.com'" % value
end