Crash-Override.net

Benjamin 'blindcoder' Schieder - Code Collection

Home | Who am I?

UTA Dragon Configuration

The dragon.conf file uses an easy key=value syntax.

Here's an example:

 

# This is an example /etc/dragon.conf file
# Empty lines are ignored
# a hash # at the beginning of a lines denotes a comment
# config entries are entered like this:
# key=value
# every character after the = will be used, including whitespace

# Specify the IP addresses to account for here
# This may be more than one
ip=192.168.1.6
ip=127.0.0.1

# Specify the Database name here
dbdatabase=dragon

# Specify the Host where the database runs on here
dbhost=localhost

# Specify the username to contact the database with here
dbuser=dragon

# Specify the password for the database here
dbpassword=firebreath

# Ignore some IP Addresses
# your local IP address as well as all IP addresses where traffic to and from
# is free should be listed here
ignore_host=192.168.1.6
ignore_host=192.168.1.1