[PR #2432] [MERGED] Added ipresolve option #2538

Closed
opened 2026-03-04 02:06:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2432
Author: @ggtakec
Created: 3/10/2024
Status: Merged
Merged: 3/13/2024
Merged by: @gaul

Base: masterHead: add_resolve_opt


📝 Commits (1)

📊 Changes

5 files changed (+47 additions, -1 deletions)

View changed files

📝 doc/man/s3fs.1.in (+6 -0)
📝 src/curl.cpp (+23 -1)
📝 src/curl.h (+2 -0)
📝 src/s3fs.cpp (+8 -0)
📝 src/s3fs_help.cpp (+8 -0)

📄 Description

Relevant Issue (if applicable)

#2424

Details

Added new option ipresolve.
This is an option to fix the IP address version of resolve, and is the CURLOPT_IPRESOLVE provided by libcurl.

The default value of the ipresolve option is whatever(or default), which is the same as CURL_IPRESOLVE_WHATEVER.
If IPv4 (or v4) is specified, resolve will be executed using IPv4 only. (CURL_IPRESOLVE_V4)
Also, if IPv6 (or v6) is specified, resolve will be executed using IPv6 only. (CURL_IPRESOLVE_V6)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2432 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 3/10/2024 **Status:** ✅ Merged **Merged:** 3/13/2024 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `add_resolve_opt` --- ### 📝 Commits (1) - [`1a3792e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/1a3792ee3ab34993a72f019469fe6cbb7d23551b) Added ipresolve option ### 📊 Changes **5 files changed** (+47 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1.in` (+6 -0) 📝 `src/curl.cpp` (+23 -1) 📝 `src/curl.h` (+2 -0) 📝 `src/s3fs.cpp` (+8 -0) 📝 `src/s3fs_help.cpp` (+8 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) #2424 ### Details Added new option `ipresolve`. This is an option to fix the IP address version of resolve, and is the `CURLOPT_IPRESOLVE` provided by libcurl. The default value of the ipresolve option is `whatever`(or `default`), which is the same as `CURL_IPRESOLVE_WHATEVER`. If `IPv4` (or `v4`) is specified, resolve will be executed using IPv4 only. (`CURL_IPRESOLVE_V4`) Also, if `IPv6` (or `v6`) is specified, resolve will be executed using IPv6 only. (`CURL_IPRESOLVE_V6`) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2538
No description provided.