-
Published Question
How can I setup my own DNS server on digital ocean and configure it to block certain domain traffic.
For example I configure my device to use my new dns I made. Then if I try to access example.com on my device it is ...
1
•
•
By
johnnyo1012
DNS
DigitalOcean
-
Published Question
I have a droplet with the public ip and ubuntu running apache.
I have cloudflare for ssl.
People access my website through domain.com
and it is secured.
But people can also access it through the public ip
How do I...
2
•
•
By
johnnyo1012
DNS
Ubuntu 18.04
-
Published Answer
Yes, Thank You.
•
By
johnnyo1012
-
Published Question
I am using Ubuntu with Apache with CloudFlare for the HTTPS.
Right now I have subdomain.domain.com working.
www.subdomain.domain.com does not work.
Google returns error- uses an unsupported protocol.
I have a CNAME...
Accepted Answer:
Hello friend!
It is important to note that a CNAME is not a redirect, but a DNS alias. To show the example:
An A record means:
name = IP
A CNAME means:
name = other name's IP
other name = IP
So a CNAME is basically a ...
2
•
•
By
johnnyo1012
DNS
Ubuntu 18.04