shadowsocks / shadowsocks/shadowsocks-rust

DnsRelay improvements

Open
#213 22 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
10.9k
Forks
1.5k
Avg merge
4d 15h
Merged PRs (30d)
5

Description

  • Allow DNS relay to work as a standalone server
  • Uses the same UDP socket for listening to send reponse packets instead of creating one for every queries. related code
  • Send TCP DNS queries directly to remote ssserver instead of sending to another socks5 sslocal process

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with src/relay/dnsrelay/mod.rs at the linked UDP socket code and review the issue checklist. All listed improvements are marked complete, so first determine whether any actionable work remains; done would require a specific remaining DNS relay change and corresponding verification.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.