Home | History | Annotate | Download | only in dnslist

Lines Matching refs:STATE

3 # dnslist - Read state file from dnsmasq and create a nice web page to display
45 # Location of state file. (This is the dnsmasq default.)
55 # Time to wait after each page update. (The state file is checked for changes
75 # Last time the state file was changed.
78 # Check for a change to the state file.
82 print "check_state: state file has been changed.\n";
90 print "check_state: reading state file at startup.\n";
97 # Read data in state file.
102 unless (open STATE, $dnsmasq_state_file) {
106 # Mark all hosts as offline, saving old state.
112 while (<STATE>) {
123 close STATE;
124 # Handle changes in offline/online state. (The sub &do_host() handles
256 # Check for state change.