File: hostnames.cfg

package info (click to toggle)
httpry 0.1.8-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 436 kB
  • sloc: ansic: 1,358; perl: 1,336; sh: 155; makefile: 62
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#
# Config file for hostnames.pm
#
# $output_file (required)
#    A valid path to write an output file
#    containing the collected hostnames.

$output_file = "hostnames.txt";

1;