TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.27k stars 418 forks source link

CPU overload, dotnet problems? #628

Closed Potterli20 closed 1 year ago

Potterli20 commented 1 year ago

Screenshot_2023-05-20-11-41-53-801_com.termux.jpg

Potterli20 commented 1 year ago

At the same time, the website cannot be accessed on the Chinese network (go.technitium.com)

ShreyasZare commented 1 year ago

Thanks for the post. Check the DNS logs and post any errors that you see in there.

Potterli20 commented 1 year ago

Thanks for the post. Check the DNS logs and post any errors that you see in there.

Can I send it to your email? I checked the upstream DNS and it's normal. Is there any way to do your domain name? Can you set CloudFlasle CDN

ShreyasZare commented 1 year ago

Can I send it to your email? I checked the upstream DNS and it's normal. Is there any way to do your domain name? Can you set CloudFlasle CDN

Yes sure, send an email with details. There is no issue with the Technitium website and things are working as expected.

Potterli20 commented 1 year ago

Can I send it to your email? I checked the upstream DNS and it's normal. Is there any way to do your domain name? Can you set CloudFlasle CDN

Yes sure, send an email with details. There is no issue with the Technitium website and things are working as expected.

It's over, there is no way for the Chinese side to visit go.technitium.com

Screenshot_2023-05-20-15-12-09-358_com.termux.jpg

ShreyasZare commented 1 year ago

It's over, there is no way for the Chinese side to visit go.technitium.com

If you visit https://go.technitium.com then its going to return 404 since its just a URL redirection service. The service will redirect to a specific URL in its database based on the id parameter it receives in the URL. For example, try https://go.technitium.com/?id=1.

Potterli20 commented 1 year ago

It's over, there is no way for the Chinese side to visit go.technitium.com

If you visit https://go.technitium.com then its going to return 404 since its just a URL redirection service. The service will redirect to a specific URL in its database based on the id parameter it receives in the URL. For example, try https://go.technitium.com/?id=1.

Yes, are you anti-proxy github? Screenshot_2023-05-20-15-56-56-072_com.termux.jpg

ShreyasZare commented 1 year ago

It's over, there is no way for the Chinese side to visit go.technitium.com

If you visit https://go.technitium.com then its going to return 404 since its just a URL redirection service. The service will redirect to a specific URL in its database based on the id parameter it receives in the URL. For example, try https://go.technitium.com/?id=1.

Yes, are you anti-proxy github?

I don't know what that means. The id=1 URL will redirect to the main website which you see in the screenshot.

Potterli20 commented 1 year ago

Can I send it to your email? I checked the upstream DNS and it's normal. Is there any way to do your domain name? Can you set CloudFlasle CDN

Yes sure, send an email with details. There is no issue with the Technitium website and things are working as expected.

The email address has been submitted

ShreyasZare commented 1 year ago

The email address has been submitted

I have not received any email till now. Do check again once at your end.

Potterli20 commented 1 year ago

The email address has been submitted

I have not received any email till now. Do check again once at your end.

Isn't this one? You look at trash cans and the like? Screenshot_2023-05-21-19-44-00-457_com.netease.mail.jpg

ShreyasZare commented 1 year ago

The email address has been submitted

I have not received any email till now. Do check again once at your end.

Isn't this one? You look at trash cans and the like?

Did not receive the email. Checked spam and also quarantine on my server. Did you get any bounce email? Try sending it again.

Potterli20 commented 1 year ago

The email address has been submitted

I have not received any email till now. Do check again once at your end.

Isn't this one? You look at trash cans and the like?

Did not receive the email. Checked spam and also quarantine on my server. Did you get any bounce email? Try sending it again.

Look?

ShreyasZare commented 1 year ago

Have not received email yet. Try sending it from another email id.

ShreyasZare commented 1 year ago

I got the email this time. Checked the logs and there are several errors like below:

Web Service failed to start: System.BadImageFormatException: The signature is incorrect. The format of the file '/opt/dotnet/shared/Microsoft.AspNetCore.App/7.0.5/Microsoft.Extensions.Options.dll' is invalid.

Which seems to indicate that the files on the disk are corrupt. Try to take a complete backup of the DNS server's config from the Settings > Backup Settings option and then uninstall the DNS server and reinstall it again. This should reinstall the dotnet files and fix any file corruption issues.

Potterli20 commented 1 year ago

Which seems to indicate that the files on the disk are corrupt. Try to take a complete backup of the DNS server's config from the Settings > Backup Settings option and then uninstall the DNS server and reinstall it again. This should reinstall the dotnet files and fix any file corruption issues.

Actually, I don't understand that it will be damaged? And this directory has not been adjusted.

Potterli20 commented 1 year ago

It's over, there is no way for the Chinese side to visit go.technitium.com

If you visit https://go.technitium.com then its going to return 404 since its just a URL redirection service. The service will redirect to a specific URL in its database based on the id parameter it receives in the URL. For example, try https://go.technitium.com/?id=1.

Yes, are you anti-proxy github?

I don't know what that means. The id=1 URL will redirect to the main website which you see in the screenshot.

Can the Internet solve this problem in China? I can't update the app now, or do I have any other mirrorsScreenshot_2023-05-28-13-51-08-410_org.mozilla.fenix.jpg

ShreyasZare commented 1 year ago

Can the Internet solve this problem in China? I can't update the app now, or do I have any other mirrors

You can disable IPv6 on your server that is running the DNS server and try again. This will force all requests to use IPv4 so if there are any issues with IPv6 then it would get resolved.

Potterli20 commented 1 year ago

Can the Internet solve this problem in China? I can't update the app now, or do I have any other mirrors

You can disable IPv6 on your server that is running the DNS server and try again. This will force all requests to use IPv4 so if there are any issues with IPv6 then it would get resolved.

emmm, let me think about how to fix my local IPv6 issue