I always getting the same error (Create domain ‘example.com’ failed) (or any domain) when trying to create new DNS zone with Powerdns API call. My request: Similar api call to get a list of DNS zones is working. GET request work properly but not POST. Can anyone help, please? My pdns.conf file is: Maybe i have to change something in
Tag: dns
How to run Node.Js server from php
Hello I am trying to host my website on franceDNS which only has php support, so I would like to know how can I start my node.js server from php? If at all possible. If it is just better to change the hosting service then let me know to. Answer In theory, you could use shell_exec or similar to spawn
Why do host file entries ending in .local result in slow content download?
I just fixed a problem but do not exactly understand why the solution works. Setting: Windows 10 Laravel 7.0 PHP built in server (via php artisan serve –port=80) Hosts file with entry 127.0.0.1 …
How do you access the public Spamhaus DBL service?
The Spamhaus DBL is intended to be used to find domains that have poor reputations of sending spam. According to their documentation you should be able to test that it is working by looking up the host or dig response for ‘dbltest.com.dbl.spamhaus.org’ and it should respond with ‘dbltest.com.dbl.spamhaus.org IN A 127.0.1.2’. However this is what I get: The host results
i changed dns server name if i dont use https the homepage is redirected to old dns
I am a new to PHP and Apache server and i was asked to do few changes to DNS in the AWS Ec2 instance of a PHP application where i changed the config[‘base_url’]= puredata.digitowork.com, after i made …
PHP cURL: could not resolve host (over VPN)
I work remotely and can access internal servers via VPN. When my VPN connection is established, I can reach my webserver via curl: curl http://sub.mydomain.com I can also reach the webserver in a …
PHP Laravel – Allow users to use a custom domain name
I’ve looked through pretty much every single page I could find on the topic, but I’m still bit confused. I have a PHP Laravel 4.0 web site, which is at http://www.mywebsite.com When a user signs up, each user gets their own page http://user1.mywebsite.com I have set the above via wildcard sub domain on my VPS DNS manager (Linode). And in