History log of /curl/docs/examples/block_ip.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 1e14e168 30-Dec-2024 Viktor Szakats

examples/block-ip: drop redundant `memory.h` include

Not used elsewhere in the repo.


# a9d881c7 15-Dec-2024 Jay Satiro

examples/block-ip: show how to block IP addresses

- Show how CURLOPT_OPENSOCKETFUNCTION can be used to block IP addresses.

This is a new example that demonstrates IP blocking.

examples/block-ip: show how to block IP addresses

- Show how CURLOPT_OPENSOCKETFUNCTION can be used to block IP addresses.

This is a new example that demonstrates IP blocking.

Ref: https://github.com/curl/curl/discussions/15710#discussioncomment-11534877

Closes https://github.com/curl/curl/pull/15748

show more ...