File submit-ip.sysconfig of Package submit-ip
## Path: Network/IP
## Description: Submit your own IP address to another server
## Type: string
## Default: ""
#
# Full URL to the script sending the IP Address back
#
WHATSMYIPURL=""
## Type: string
## Default: ""
#
# The remote host to send the IP address
#
REMOTEHOST=""
## Type: string
## Default: ""
#
# The remote user to submit the IP address via SSH
#
REMOTEUSER=""
## Type: integer(0:5)
## Default: "22"
#
# The remote port of the SSH server
#
REMOTEPORT="22"
## Type: string
## Default: ""
#
# The SSH key for passwordless login
#
REMOTEKEY=""
## Type: string
## Default: "localhost"
#
# The name of the system
#
SYSTEMNAME="localhost"
## Type: string
## Default: "/var/log/submit-ip.log"
#
# Logfile for writing system messages
#
LOGFILE="/var/log/submit-ip/submit-ip.log"