Ignore:
Timestamp:
Jun 30, 2009, 8:39:06 AM (15 years ago)
Author:
george
Message:
  • Opraveno: Generování lokálního reverzního záznamu pro vnější adresy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/system/generators/dns.php

    r231 r232  
    118118    $Name = strtolower($Name.'-ext');
    119119    $IP = explode('.',$Interface['ExternalIP']);
    120     fputs($File, $IP[3]."\tIN\tPTR\t".strtolower($Name).$BaseDomain.".\n");
     120    fputs($File, $IP[3]."\tIN\tPTR\t".strtolower($Name).'.'.$BaseDomain.".\n");
    121121  }
    122122  fclose($File);
Note: See TracChangeset for help on using the changeset viewer.