You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let url_check = matchparse_domain_name(address){Ok(domain) => {println!("{:?}", domain);
domain.has_known_suffix()}Err(_) => {false}};
I tried to use lab as the domain name suffix and found that the verification was not successful.
It is true that lab is not a commonly used domain name suffix. Can I implement a method that supports custom verification suffixes?
The text was updated successfully, but these errors were encountered:
I tried to use lab as the domain name suffix and found that the verification was not successful.
It is true that lab is not a commonly used domain name suffix. Can I implement a method that supports custom verification suffixes?
The text was updated successfully, but these errors were encountered: