This file is indexed.

/etc/inadyn.conf is in inadyn 1.99.4-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# /etc/inadyn.conf

# Output messages to this file
logfile /var/log/inadyn/inadyn.log

# Or use the system syslog mechanism for log messages
# syslog

# The log debug level, which is an integer between 0 to 5
verbose 1

# How often the IP is checked. The value denotes seconds
period 300

# Set interface to bind to
# bind eth3

# Set interface to check for IP
# iface eth1

# Full path to external command, or script, to run after a successful DDNS update
# exec /usr/local/bin/script.sh


# Please edit following options before starting daemon

# Service provider
# Please see inadyn(8) for a complete list of providers
system <provider>

# Your username
username <username>

# Your password
password <password>

# Your hostname. This option can appear multiple times
alias <hostname>