116 comments found.
Getting 403/500 errors on Plesk and ISPConfig control panels after extracting the Files.zip folder when I visit the domain. What do I check for please?
And instead of my giving you my login details how about we fix the issue here for everyone else to see.
Hi,
There can be a lot of reasons why you might face an issue. Can you share a screenshot for reference?
Login details might be required to diagnose this.
Sorry I got it, wrong php version. I changed the php version it works now.
Alright! Thank you for the confirmation 
This link is dead: https://support.thehp.in/article/15647
Demo error for me, ERR_TOO_MANY_REDIRECTS
Hi,
Thank you for reporting this. It has been corrected.
I had same issue as serverpack reported. After updating to new version site will continue in loop. I also raised that via ticket.
Unfortunately during that time I was really busy and couldn’t create test site to provide ftp access to support or spend more time testing it. Already I had spent a lot of time on 419, 405 errors issue. Randomly found comment by serverpack today reporting same issue so I guess it was not just me. So team please check that looping issue is a real problem and I cannot use the latest version because of that.
Hi,
We reached an impasse discussing this with serverpack.
Can you share the FTP login for me to check the looping issue?
This code is causing the loop issue. Pushed in 2.2 update.
<script>
window.addEventListener("load", function() {
if(document.querySelector('#map > .jvectormap-container') === null) {
window.location.reload()
}
});
</script>
Uncaught Error: Attempt to use map which was not loaded: world_mill
at new jvm.Map (jquery-jvectormap-2.0.5.min.js:1:34670)
at $.fn.vectorMap (jquery-jvectormap-2.0.5.min.js:1:592)
at HTMLDocument.<anonymous> (scripts.js:1:1864)
at l (frontend.min.js:2:103063)
at c (frontend.min.js:2:103365)
If you can share some direct email I can share details about other sites and setup a test site on subdomain for you to check. Also there is a little issue with the purchase code which is also happening on your demo site. My support is over so cannot create ticket and DM msg here gets lost I don’t see any msg history option.
I don’t want to again mess with the main site. I have manually updated the v2.2 whois loader and some extra query filter code for whois and my site is stable now. Also made some other minor changes and didn’t encountered any 405 yet, will have to check logs after 2-3 weeks. Obviously I am not an expert so from what I could find on stackoverflow
Only issue is the 419 which happens sometimes.
Hi,
We’ve released an update that optionally allow to enable reload or not. Should be fine now.
419 errors have been fixed as well with a inactivity reload.
Can you explain the purchased code issue that you also face in the demo site?
I have not tested the latest update.
How the 419 fix works? Does it work if user pc goes into sleep mode?
For purchase code issue sent u DM here https://codecanyon.net/user/thehp
Hi,
Thanks a lot for reporting this security issue. I’ve responded to you over email as well with something for you 
419 error occurs when the CSRF token is expired. There is check which keeps track of when the site was loaded first and once that time is passed it auto-reloads to fetch new CSRF token. It works in all scenario (inactive tab, computer on sleep, etc), as the code gets activated the moment they visit the site back.
Thanks for the quick response and fix.
Yes I know about the 419 CSRF token, laravel has 120 mins default limit. For this type of application CSRF check is important too. In the 2.3 update you have added a 100 min reload timer to extend the session.
I implemented a similar quick fix myself before your 2.3 release. Added the below code in global js settings to reload page at fixed time but it won’t work with inactive tab and other situations.
$(document).ready(function () {
setTimeout(function () {
history.go(0);
}, 1200000);
});
#
I checked your code again okay it makes sense now. The 100 minute passed or not check keeps happening every 1 sec and it uses the time stamp. Normally the setInterval will not work with inactive tab but now once the tab becomes active again it will start the time check again every second. Right?
Yes, that’s right 
Hi It seems you have changed the support url to helpdesk now but still from app it redirects to old url. Add a notice or redirect if possible from old support url to new currently it shows blank index.
1.) Can I get access to my previous tickets raised on the old support site. I had some issue and Aankit shared some code to fix it. On the new site my old login is not working.
2. ) Also I found a file called “Hi,” in the ‘public’ folder it has some text Dig @ dns server ip and a weird email. May be its a security issue if you are interested I can share the file. There is no malicious code but its a weird file probably created when someone entered weird text into the search box I think.
3.) For security reason isn’t it is dangerous to have all project files in public_html folder as shown in your install document and video, bots can get important like database and key details from env file.( I am not sure about the right way just seeking clarification) The proper way would be to keep all files in webroot or one lvl above public_html and keep only public folder files in public_html? I tried doing it made necessary changes in index file but then everything works expect I am not able to login to admin area.
Hi,
1. Old support portal was active for over a month before we decided to shut it down. It’s not accessible any longer. However, you can let me know what you need, I will extract from our archives.
2. It could be a test code that might have been mistakenly pushed. Ca you tell me what was the weird email address? Just to confirm if it was our internal email.
3. All the security measures are taken care of, access to .env files and other important files are restricted and cannot be access by any external party. Did you have any report of authorized access because of which you feel there is a security flaw here?
1. I found the code I was looking for in email notification replies.
2 ; <<>> DiG 9.16.1-Ubuntu <<>> @200.195.**2.2** (this ip is of a public brazil dns server I used) Account ID: jaso*z1**0@outlook.com Gift Scheduled: APPROVED Click Here To View Now This will be your final notice about this matter. Please confirm your information is correct. Sincerely, Dr. Alex Click Here to Unsubscribe All News Inc 49 Lindenw**d Drive E*ton 1*341 United States SRV
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 8396
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
email and whatever gift text thats weird and I don’t know how it was created there. It had lot more queries but all that seems normal DiG queries.
3. After discovering the weird file I started searching about it and came across articles showing to not keep .env file in the publicly accessible instead it should kept one lvl up for shared hosting environments. I found how to do it and its working for me. Even before this my WAF was blocking any attempts to .env file.
; <<>> DiG 9.16.1-Ubuntu <<>> @200.195.**2.2** (this ip is of a public brazil dns server I used) Account ID: jaso*z1**0@outlook.com Gift Scheduled: APPROVED Click Here To View Now This will be your final notice about this matter. Please confirm your information is correct. Sincerely, Dr. Alex Click Here to Unsubscribe All News Inc 49 Lindenw**d Drive E*ton 1*341 United States SRV ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 8396 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
again pasting the text from above reply with proper formatting.
Hi,
I understood your concern regarding the .env file, however, the htaccess file that has been added does blocks any requests to the .env file and apart from that, it redirects all the traffic to a public folder in the root directory. I will look into the data you just shared to see how it may be been arrived at this point.
Hello!
After site migration, it doesn’t work. DNS checks always return a negative result.
Thanks.
Hi,
What is your website URL?
Hi! I reinstalled, but I don’t think this is the problem. dnscheck.com.br
Hi,
Can you share FTP or cPanel login via the contact form page here? – https://codecanyon.net/user/thehp
Yes. tks!
I’ve sent it to you.
Hi,
It looks like your configuration is not aligned.
Ask your hosting to enable the shell_exec function for you.
https://prnt.sc/i1xMpOJDDaVxThat damn PHP configuration! You think you’ve changed it, but… no! I’ve already corrected. Thank you my friend!!!
Haha! No problem. Happy to help 
hey we installed this and it keeps on looping when browser is opening can you advise what to look at?
Hi,
What is your website URL?
Still this issue not resolved in new update, i don’t know how long you guys need to resolved this issue. it’s very frustrating.
” Oops! An Error Occurred The server returned a “405 Method Not Allowed”. Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused. “
This issue caused becuase when any one load website first time the MAP is not loading properly. Since i have purcased this code i’m getting same every time i have to refresh the website to get MAP loaded properly and afterwards thing started working fine.
It’s very PAINFUL for any user to see this error every time they visited to our website.
Request : can you guys provide use permanent solution, so MAP will load in first go.
if(localStorage.getItem(‘firstvisit’) == null) { localStorage.setItem(‘firstvisit’, ‘no’); location.reload(); } this code also not resolved the issue.
HELLO, WATING ON YOU GUYS FROM PAST 3 DAYS
Hi,
We’ve released a new update for this, just apply it from Admin Panel.
After new update MAP section cause loop refresh issue check screen recording https://www.loom.com/share/53fddd7f5bcb4469981ea54a60d5a1d9
I’M FRUSTRATED, CAN YOU GUYS FIX THIS QUIKLY POSSIBLE
Hi,
What is your website URL?
send me your support email i will send my website link there
Hi,
You can use the contact form here to share it – https://codecanyon.net/user/thehp
Support email send have look and provide permanent solution quickly possible. I don’t know you guys are doing any kind of testing for bugs before realase new updates. Thanks
Hi,
I just checked your site and I can see it being loading very fine.
Are you facing same issue with our demo site? If so, what is the browser you’re using?
Getting issue in Firefox 104.0.2 (64-bit)
Website, loading fine in first time but when you refresh the website you will start seen website flickering issue due to Map javascripts. I have tested with Chrome 105.0.5195.127 , Firefox 104.0.2 (64-bit), Microsoft Edge Version 105.0.1343.42
I’ve tried your site even after loading it for second time and more. It’s seems to be working fine.
Check out here – https://www.loom.com/share/fce8be8a6ad844bea5c671990c61bc96 Password is your email address.
Also, are you facing similar issue with the demo site?
RELOAD WEBSITE MULTIPLE TIMES YOU WILL SEE, AS I ALREADY INFROMED YOU FIRST TIME WEBSITE LOADS FINE, WHEN YOU RELOAD IT YOU SEE THE ISSUE.
Hi,
Yelling won’t help here. Can you answer the following question?
Are you facing similar issue with the demo site?
THEN WHY YOU GUYS NOT DOING PROPER TESTING I HAVE SENT MY WEBSITE LINK AND WHAT YOU GUYS DID JUST OPENED THE WEBSITE ONE TIME DID SOME RECORD SEARCH AND YOUR JOB DONE. YOU GUYS NOT EVEN BOTHERED TO JUST RELOAD THE WEBSITE OR REFRASH ONCE. AND YOU GUYS ASKING ME STUPIED QUESTION.
My suggetion is stop wasting your and my time do some proper testing so you will see the issue else there is no end of discusstion.
Are you facing similar issue with the demo site? Ans: NO
No further help need in this matter, we have fixed the bug in your code that resolved our issue. Thanks for your time and support.
Hi,
You were the only customer that reported this issue. Assuming you’re not facing the issue in the demo site, the problem may not be the code.
However, since you pointed out the issue was indeed with the code, can you enlighten us with the code issue?
PS – The app goes under a testing phase before every release.
after adding app name and purchase code its giving me 500 erorr
Hi,
Can you send cPanel or FTP credentials via the contact form on this page? – https://codecanyon.net/user/thehp
Hi , where i can add Google analytics Code, Any file name, Location.
Hi,
You can do that via Admin Panel. Global Header or Footer.
after updating your provided server, i am still getting this error https://i.imgur.com/YCUIEpR.png
i have to go back and then try again, and it will work, but it will not work every time when someone opens site.
Hi,
It looks like the map issue is causing the problem again.
Thank you, we will look into this and release a fix for it in the upcoming update.
what is ETA for next update as my site is live, and it will be bad impression for visitors, can you please release patch
thank you
Hi,
Just add the below code in Global JS as a workaround for now.
if(document.querySelector('#map > .jvectormap-container') === null) {
location.reload();
}
after putting this code my website just got refreshed again and again and again its in loop and my map is not loading
thank you
Hi,
Can you confirm which site you’re referring? I can see the site loading fine OR you’ve removed the code?
i have removed the code to get site working back
still i am facing this issue https://i.imgur.com/Znt7jPQ.png
Oops! An Error Occurred The server returned a “405 Method Not Allowed”. Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
Hi,
Can you provide your website URL?
Hi,
Please add the below code in Global JS as a workaround for now and let me know if all goes well.
window.addEventListener("load", function() {
if(document.querySelector('#map > .jvectormap-container') === null) {
window.location.reload()
}
});
Yes its working for now
Awesome. Thanks
Thanks to you sir for your precious time and help
Most welcome 
I just noticed now, t hat whois is not working,
Forbidden You don’t have permission to access this resource.
Any idea on how to even diagnose it? It also seems there is no option to turn on the logs as per recommendations in dashboard
Hi,
Are you referring to the demo URL? I can see it’s working fine.
Not the demo url, i was informed that the app is giving issues after update. Who is is not working at all. we couldnt find much in logs also. https://imgur.com/JSxsEv9
Hi,
That looks like some restrictions on your server hosting end. They might be blocking any request where query contains a domain.
Thats a self hosted server mate. no restriction.
Hi,
Can you share the URL of the site? Let me check.
its dnsmonitor [dot] net
Hi,
Non .com domains are leading to an error. Can you share FTP credentials via the contact form shown here? https://codecanyon.net/user/thehp
hello, i have some issues in my scripts but i am unable to answer your question as its says support expire at least let my issue resolved which are already open during my support period
there is a bug when my user search anything its giving error if i enable shell_exe if i disable then all other server not working here is my hosting reply
This error comes from your website CMS and means that the server knows the request method, but the target resource doesn’t support this method. In this case, it seems that shell_exe isn’t supported by your website itself and you need to contact the website developer to clarify the situation.
you have my username and password of hosting
please try to enable shell_exe from php version selector go to option and update php disable functions and you will start getting error
Thank You
Hi,
We’ve updated the URL for free servers.
You can get them here now – https://free.globaldns.in
Once you change those free servers, everything should work fine 
Hi, After update on version 2.1 getting this error while trying to access dashboard https://prnt.sc/v3zgW-gJAlll
Uregent !!
resolved . Thanks
Some time working fine but some time getting 404 NOT FOUND
Hi,
Can you share your website URL so that I can see?
I have the same issue as gaming68 OTA update not working. On the update page it shows I am on the latest version. Using 2.0
Can I download the zip file form codecanyone and use the manual update option from the admin area?
Hi,
Thank you for alerting us about this. It looks like the license key went missing after the last update. Here is the way to fix it.
1. Log in to your control panel.
2. Navigate to PHPMyAdmin or a similar management service for your database.
3. Go to the SQL tab where you can run SQL commands.
4. Run the below command AFTER adding your purchase code in place of [YOUR_PURCHASE_CODE]
UPDATE `settings` SET `value` = 's:36:\"[YOUR_PURCHASE_CODE]\";' WHERE `settings`.`key` = 'license_key';
In case you’re not sure how to follow the above steps, you can just send your cPanel or other control panel credentials with your purchase code to us via the contact form here – https://codecanyon.net/user/thehp and we will get this done for you.
After adding the purchase code in db I updated to the latest version.
But the new whois lookup feature is not working – Getting this error
903#0: *51352 upstream timed out (110: Connection timed out) while reading response header from upstream 282820#0: *51478 upstream timed out (110: Connection timed out) while reading response header from upstream
P.S. I am using cloudflare if that helps.
DNS lookup feature is working normally.
Hi,
Can you share the website URL? I will check it out.
PS – Just confirm if need PHP fsockopen is enabled on your hosting account which is required for WHOIS Lookup
Okay I managed to fix it by allowing outgoing traffic on port 43 tcp in firewall.
Normally I guess outgoing traffic is allowed for all ports but still it will be nice if port requirements is added to the documentation.
Improvement Request:
1. Can we add some sort of captcha for whois query so for too many request our server ips will not be blocked by registrar.
2. Add a ‘visible refresh’ when user request whois lookup. When we query a domain there is few seconds lag to get the information and during this time page remains idle so it looks like nothing is happening. If the page sort of refresh when the url changes from /whois to /whois/domain.com user will know some processing is happening.
OR once the user hit enter or click on lookup some message is displayed like requesting info or something and during this time the user cannot click on the lookup button again(request whos is info again till previous query is complete). Like it happens with the DNS lookup feature the ‘find’ button changes to … and becomes unclickable when the information is being queried.
3. Domain isn’t valid should show in a different highlighted color like red or with a cross icon.
4. Change placeholder text from www.example.com to example.com because if you query www.example.com it shows invalid domain. If possible to auto filter any prefix and suffix from input box like www. https:// and / after domainname.
Hi,
1. Sure, we are working on it.
2. There is a complete refresh of the page when someone request for WHOIS record. The refresh is visible in the browser itself.
3. Noted. I’ve added this to our feature request list.
4. Yeah, we’re already working on this.
Thank you so much for your suggestions 
for point 2 – Is it possible to add a ‘post feedback’ on click of ‘lookup button’
like show processing message/image/color something? Similar to find button of dns query, it shows 3 dots when clicked till processing happens.
Hi,
It can be done, we will implement it in the next version. Thank you 
Hi, How do you update the script ? Thanks
Hi, it says on the update page that you are on the latest version and no update available. Thanks
Hi. I have tried several times to update to 2.1 but still unable to update, on the update page it still says you are on the latest version i.e. 2.0. Should I reinstall the script ? Thanks
Hi,
No, reinstall is not required.
Can you share the cPanel or FTP details of the website via the contact form shown here? – https://codecanyon.net/user/thehp
I will check what is causing this issue.
Hi, I have sent Cpanel details using the link listed above. Thanks
Hi,
It looks like the license key went missing after the last update. Here is the way to fix it.
1. Log in to your control panel.
2. Navigate to PHPMyAdmin or a similar management service for your database.
3. Go to the SQL tab where you can run SQL commands.
4. Run the below command AFTER adding your purchase code in place of [YOUR_PURCHASE_CODE]
UPDATE `settings` SET `value` = 's:36:\"[YOUR_PURCHASE_CODE]\";' WHERE `settings`.`key` = 'license_key';
In case you’re not sure how to follow the above steps, you can just send your cPanel or other control panel credentials with your purchase code to us via the contact form here – https://codecanyon.net/user/thehp and we will get this done for you.
Hi. I have tried running the SQL command but it did not work I got the following message after running the command “0 rows affected”. I sent you my Cpanel details.
Okay, please send me your purchase code as well, I will check it out.
There seems to be a purchase code in the database, I will send you my purchase code.
I have managed to run the SQL command but now can’t reach the site , “500 server error”.
Yeah, because you added the square brackets as well. I’ve removed that, go ahead and update the site now with 2.1
Thanks, I have upgraded everything is now working. Site is now version 2.1
Great! Thank you for the confirmation 
getting license error ” invalid license” so, I am not able to create a ticket as well, please solve
Hi,
Please share your purchase code via the contact form here – https://codecanyon.net/user/thehp
Details sent
Hi,
I checked, and it is working fine.
Can you try again? In case it still doesn’t work, just share the FTP login so that I can check it.
FTP shared
Okay, will check it.
You can get free servers from here – https://free.globaldns.in
Hi, unable to get TXT records https://prnt.sc/czcu7yFw3zNR
Some time getting this error Oops! An Error Occurred The server returned a “405 Method Not Allowed”
Also can you guys add clear cache button in admin portal. So it’s easy for non technical person so clear laravel cache on click of button
Hi,
Can you share your website URL so that I can test out the TXT issue?
We are aware of an issue with the map not loading on the first attempt which results in 405 errors. We are working on a solution for that.
Why do you need to clear cache of Laravel?
How soon release 405 errors fix? becuase i’m getting this since i have purchased and traffic on website getting affected due this error.
Please read this article – https://support.thehp.in/article/18084
can you let me know the location of global.js file
becuase i don’t see any option in admin panle ( Global JS in Admin Panel -> Settings -> Advance )
Hi,
There is no file, it is dynamically loaded on the site.
Here is the preview – https://prnt.sc/F-9sGTOI-t9t
Are you on the latest version of Global DNS?
in latest version “direct feaching from DNS server IP” not working. in the old version it’s wroking fine. i have configured both old and new version of your code on same server.
“direct feaching from DNS server IP” status code 503 in new version.
Hi,
Can you share the URL of the page where you’ve added the new version and it is giving you a 503 error?
give me your support email id let me share details there.
Hi,
You can send details using the contact form here – https://codecanyon.net/user/thehp
We will respond here after going through your details.
Sent have a look
Hi,
I don’t see any issues on the site. I’m assuming the shell_exec function is already enabled on the site, right?
If so, can you share the FTP credentials so that I can check it out?
You can send the credentials via the contact form on the profile page – https://codecanyon.net/user/thehp
i don’t know what and where you seen. Check this screenshot https://prnt.sc/3wZhdUcfkV1J https://prnt.sc/a31agJe4NIpw Same server have both codes versions new and old and in old versions everything working fine https://prnt.sc/csFM3k9esufV
SFTP Details sent, Have a look.
it’s saying “shell_exec is disabled” but it’s not disable becuase old version is working fine on same server. Both have Same PHP versions 7.4
Hi,
Yes, there was indeed a minor glitch in the script.
I’ve rectified in your website that you’ve shared SFTP details of, can you check and confirm? Just try adding few more DNS servers as well.
Thanks i which file have you made change? also can you guys release update with fix So new user or old user will get benefits from this update and auto fix issue for everyone.
What changes have you guys made in script and name/location of file?
waiting on you guys
Hi,
File changed is app\Http\Controllers\AppController.php at Line #128
We will release an update with this fix soon.
Thanks
Also please add export and import of DNS server in new update becuase it’s missing from server settings. It’s very hard to add server one by one.
Also resolve this quikly possible https://prnt.sc/hiJ4Y-1qhUV0 “Please read this article – https://support.thehp.in/article/18084 ” this solution not helped me still getting same error. Thanks
Hi,
I just tested your site and it does not show me that error message as shown in your screenshot.
We’re gong to add import/export in the next release!
Hi,
Pre Purchase query
I have sent you same questions using the email function but I did not got any acknowledgment email nor I see any message history box on this site so again posting here.
1. How to confirm if server has shell_exec function? If it is not enabled how to enable it if I have full root access to VPS
2. Is there any limitation on number of queries allowed with global (public google 8.8.8.8 etc) DNS like default free server allow 1000 request or so.
3. Also which will be better wordpress one or direct php script? Any pros n cons? I am guessing wordpress itself will consume a lot resource so php script should be lighter on server. But wordpress based site can be customized more in terms of design easily than php script.
4. For wordpress is it based on shortcode that can be inserted into any page or post?
5. I don’t think hosting this script would require very powerful hosting server but still to be sure please confirm hosting requirements core and RAM.
6. On how many sites I can use this? Like if I want to keep a staging site for testing purpose.
Hi,
Thank you for posting comment here, that is easier for us as well.
1. Usually it is enabled by default unless your control panel has manually disabled it. To confirm if it works, you can run a simple php file with code <?php shell_exec(‘whoami’); ?>, if that gives you error, that means function is disabled, otherwise its fine.
2. No limitations
3. If you’re looking for flexibility of design, then go for WordPress. Alternatively, you can keep the WordPress separate and use PHP script and link it to your WordPress as a separate entity.
4. Yes, its shortcode based.
5. You’re right, you won’t need heavy hosting but as your user base grows you can keep upgrading to better hosting. You can run this easily on bare minimum 512 mb ram server as well, but as your visitors keep coming, you will need more powerful server. Hardware will be your bottleneck.
6. As per Envato rules for license, one license can be used for one single project. One staging with one production site is allowed.
Let us know, if you need further assistance on this.
Thank you for your detailed reply I have purchased the php version. shell_exec function is not disabled in php.ini but public direct ip is not working. I have raised a ticket please check.
Hi, I was trying to add my very first own server to the list and realized it requires a file uploaded to the server. Could you explain why a file is needed and requires registration through your server? Is there a middle server you own that is doing the propagation check or collecting queried data? What if your server goes down what would happen?
Hi,
There are 3 different ways you add a server to Global DNS.
1. Public DNS Servers (requires shell_exec function on PHP)
2. Premium Servers (requires purchase)
3. Setup your own Server
Ideally #1 is the most used as that doesn’t cost you anything extra as long as your hosting allows you to use the shell_exec function.Few customers do go for #2 and buy our premium servers.
3 is rarely used but only by those who have lot of servers across various locations worldwide.
Only on #2, you’re dependent on us since we’re providing you the service.
While setting up #3, you generate the file, that is not connected to our server, we just have given a convenient way to generate the file to use. More details show here – https://support.thehp.in/article/15647
Thanks for the explanation but I’m still trying to figure out and understand what is specifically required for my own dns global server.
1. does it have to be a url only, not an ip addy? 2. the uploaded file needs to give read permission to world/public? 3. is it must required to register each and every dns server to generate the file?
or is there an option to create the file manually instead?
Hi,
1. If you’ve created your own public DNS server, then IP will work.
2. Technically yes, but we’ve added a SECRET Key mechanism to authenticate the request.
3. Yes, but you can create it for one server and then do a search replace yourself in that file.