AdguardTeam / AdguardTeam/dnsproxy

[Feature Request] Set different upstream servers for every listening address

オープン
#463 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
3.3k
フォーク
343
PR マージ指標
30日以内にマージされた PR はありません

説明

Usually, I set 8.8.8.8 and 8.8.4.4 as main DNS servers. When connections are unstable, it will switch to backup DNS servers.
```
./dnsproxy -l 127.0.0.1 -p 53 -u 8.8.8.8:53 -u 8.8.4.4:53
./dnsproxy -l 127.0.0.2 -p 53 -u 1.1.1.1:53 -u 1.0.0.1:53
```
Like the above, I have to start ```dnsproxy``` twice. I hope in the future we can specify upstream servers for each listening address in one command line.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Start at the dnsproxy command-line entry point and trace how repeated -l and -u options are parsed and how listening addresses receive upstreams. Confirm the intended configuration from the two command examples; done means one invocation can assign distinct upstream server sets to each listening address while preserving failover behavior.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
go
領域
networking
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
38/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。