Search results

  1. L

    zone testdomain.com/IN: NS 'dnsserv.testdomain.com' has no address records (A or AAAA)

    Can anyone tell me why im getting this error? I have looked up this configuration and matched it exactly to the examples I have found that work. Not sure what the deal is here. Ive pasted the named.conf and forward and reverse zone files. named-checkzone testdomain.com /var/named/0.0.10.db zone...
  2. L

    How to tell if web html index has changed

    I'd like to do it as automated as possible. How would you use curl?
  3. L

    How to tell if web html index has changed

    whats the best way to see if an online index has changed? I want to pull down a local copy of its changed. I thought about doing curl -s https.... > newfile and found a diff on the files. Is there an easier way to tell without creating files you’ll have to delete?
Top