[PR #40] [MERGED] feat: listen both ipv4 and ipv6 by default #435

Closed
opened 2026-04-08 16:52:55 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/40
Author: @sigoden
Created: 6/15/2022
Status: Merged
Merged: 6/15/2022
Merged by: @sigoden

Base: mainHead: listen-both-ipv4-ipv6


📝 Commits (1)

  • 81eabd8 feat: listen both ipv4 and ipv6 by default

📊 Changes

8 files changed (+405 additions, -235 deletions)

View changed files

📝 Cargo.lock (+33 -53)
📝 Cargo.toml (+2 -2)
📝 src/args.rs (+43 -55)
📝 src/main.rs (+141 -6)
📝 src/server.rs (+12 -108)
src/tls.rs (+158 -0)
📝 tests/bind.rs (+15 -10)
📝 tests/fixtures.rs (+1 -1)

📄 Description

No description provided


🔄 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/sigoden/dufs/pull/40 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 6/15/2022 **Status:** ✅ Merged **Merged:** 6/15/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `listen-both-ipv4-ipv6` --- ### 📝 Commits (1) - [`81eabd8`](https://github.com/sigoden/dufs/commit/81eabd8d11d5a5b36d7fe0f0dd6df6f63605a2cd) feat: listen both ipv4 and ipv6 by default ### 📊 Changes **8 files changed** (+405 additions, -235 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+33 -53) 📝 `Cargo.toml` (+2 -2) 📝 `src/args.rs` (+43 -55) 📝 `src/main.rs` (+141 -6) 📝 `src/server.rs` (+12 -108) ➕ `src/tls.rs` (+158 -0) 📝 `tests/bind.rs` (+15 -10) 📝 `tests/fixtures.rs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:52:55 +03:00
zhus closed this issue 2026-04-08 16:52:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#435