mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
docs: use valid example domain names
Replace .site domains and domain.com with valid example domains. Fixes #16269 Closes #16270
This commit is contained in:
parent
116950a250
commit
a042c67df3
6 changed files with 7 additions and 7 deletions
|
|
@ -582,7 +582,7 @@ Example, set default time out and proxy in a config file:
|
|||
# We want a 30 minute timeout:
|
||||
-m 1800
|
||||
# ... and we use a proxy for all accesses:
|
||||
proxy = proxy.our.domain.com:8080
|
||||
proxy = proxy.our.domain.example.com:8080
|
||||
|
||||
Whitespaces ARE significant at the end of lines, but all whitespace leading
|
||||
up to the first characters of each line are ignored.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue