[PR #2004] [MERGED] server: add register with rustls server config #2753

Closed
opened 2026-03-16 11:06:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2004
Author: @0xffffharry
Created: 8/22/2023
Status: Merged
Merged: 8/31/2023
Merged by: @bluejekyll

Base: mainHead: main


📝 Commits (2)

  • 9487ed9 server: add register with rustls server config
  • 51120a4 server: fix rustls server config error

📊 Changes

1 file changed (+40 additions, -13 deletions)

View changed files

📝 crates/server/src/server/server_future.rs (+40 -13)

📄 Description

This PR add a new register function register_tls_listener_with_tls_config, people can use his(her) own rustls server config to create a new register listener.


🔄 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/hickory-dns/hickory-dns/pull/2004 **Author:** [@0xffffharry](https://github.com/0xffffharry) **Created:** 8/22/2023 **Status:** ✅ Merged **Merged:** 8/31/2023 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`9487ed9`](https://github.com/hickory-dns/hickory-dns/commit/9487ed9733f11341048bdb980706ced797130266) server: add register with rustls server config - [`51120a4`](https://github.com/hickory-dns/hickory-dns/commit/51120a4ae753bb3f989f0806e57c1fd690cb3590) server: fix rustls server config error ### 📊 Changes **1 file changed** (+40 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `crates/server/src/server/server_future.rs` (+40 -13) </details> ### 📄 Description This PR add a new register function ```register_tls_listener_with_tls_config```, people can use his(her) own rustls server config to create a new register listener. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:06:17 +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/hickory-dns#2753
No description provided.