-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ProxyEngine.ExcludeHost
Andrew Lambert edited this page Jan 14, 2023
·
9 revisions
libcURL.ProxyEngine.ExcludeHost
Sub ExcludeHost(Hostname As String)
Name | Type | Comment |
---|---|---|
Hostname | String | A hostname which should be excluded from proxying |
Specify the hostname only; i.e. if the URL is http://www.example.com/index.html
then www.example.com
is the hostname.
If the Hostname
has a leading period then all subdomains of that domain are included, such that .example.com
will disable proxying for both www.example.com
and foo.example.com
.
IPv6 literal addresses must be given without enclosing brackets. IPv6 literal addresses are compared as strings, so they will only match if the representations are the same: ::1
might be the same IP address as ::0:1
but they are not considered equal by the proxy engine.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.