Changeset 232
- Timestamp:
- Jun 30, 2009, 8:39:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/generators/dns.php
r231 r232 118 118 $Name = strtolower($Name.'-ext'); 119 119 $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"); 121 121 } 122 122 fclose($File);
Note:
See TracChangeset
for help on using the changeset viewer.