forty-one
Solution to false interception of whitelist domain names (Linux)

If your domain name has been successfully submitted to the white list, but the record prompt page still pops up occasionally when accessing, and your server system is Linux, you need to enable the PMTU function.

Turn on using the following command:

 echo1>/proc/sys/net/ipv4/ip_no_pmtu_disc

This setting takes effect temporarily. After restarting the system, it becomes invalid. Just write the above command to the end of the/etc/rc.local file, and the restart will still take effect.

Or run directly: echo 'echo 1 >/proc/sys/net/ipv4/ip_no_pmtu_disc' >>/etc/rc.local

Does this help solve your problem? resolved Unresolved

Submitted successfully! Thank you very much for your feedback, and we will continue to strive to do better! We are sorry that we were unable to resolve your question. We have received your feedback and will give feedback in time!