Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doh bug #3444

Closed
newwebform opened this issue Dec 3, 2023 · 3 comments
Closed

doh bug #3444

newwebform opened this issue Dec 3, 2023 · 3 comments
Assignees

Comments

@newwebform
Copy link

یه یک ماهی پیش من گفتم doh دیگه کار نمیکنه. ولی همچمنان مشکل وجود داره.

@newwebform
Copy link
Author

بعد از کلی گشتن فایلاها مشکلا پیدا کردم.
کانفیک nginx مشکل داره و پارامتر و پس را به doh گوگل ارسال نمیکنه.

با ویرایس فایل common.conf توی پوشه part nginx به شکل زیر مشکل حل میشه.
if ($request_uri ~* "([^/]*$)" ) { set $last_path_component $1; } set $upstream https://dns.google/; proxy_pass $upstream$last_path_component;

بعد با سایت https://dohjs.org میشه چک کرد که مشل حل شده.

فقط یه مورد امکان داره تو نسخه های بعد dns خود پنل هم به شکل dot یا doh کنید .
و میتونید یه راهنمایی کنید به من میخوام یه سرویس دیگه مثل تورنت تو سرور راه بندازم برای خودم. با ویرایش فایل common تونستم درستش کنم ولی میخوام یه فاسل جدا تو پوشه conf.d درست کنم که با اپدیت پنل از بین نره.
میشه کانفیگ اونا بگید .
location /xxx/qbit/ { proxy_set_header Referer ""; proxy_set_header Origin ""; proxy_pass http://localhost:8080/; }

@newwebform
Copy link
Author

اگه تو نسخه های بعد مدول njs nginx را هم به nginx اضافه کتید اون خودش پردازش dns doh dot داره

@lymanjre
Copy link
Contributor

ایشو به پروژه منتقل شد تا بررسی بشه. فعلا اینجا بسته میشه

@lymanjre lymanjre moved this to Not Planned in Hiddify Panel Jan 26, 2024
@Iam54r1n4 Iam54r1n4 self-assigned this Mar 16, 2024
@Iam54r1n4 Iam54r1n4 moved this from Not Planned to Done in Hiddify Panel Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants