Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MANUAL: update examples to resolve without odd redirects #6024

Closed

Conversation

danielgustafsson
Copy link
Member

www.netscape.com is redirecting to a cookie consent form on Aol, and cool.haxx.se isn't responding to FTP anymore (maybe it never did). Replace with examples that resolves in case users try out the commands when reading the manual.

www.netscape.com is redirecting to a cookie consent form on Aol, and
cool.haxx.se isn't responding to FTP anymore. Replace with examples
that resolves in case users try out the commands when reading the
manual.
@@ -657,11 +657,11 @@ Download with `PORT` but use 192.168.0.10 as our IP address to use:

Get a web page from a server using a specified port for the interface:

curl --interface eth0:1 http://www.netscape.com/
curl --interface eth0:1 http://www.example.com/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eth0 is a bit too ungenric IMO

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What would you suggest instead? if0?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think eth0 is good there because it is known and recognizable as a network interface name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants