[10412] add a BindIP warning to worldd/realmd config files

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2010-08-27 18:20:57 +02:00
parent f42f65ade7
commit 47dc7dcf1b
3 changed files with 7 additions and 1 deletions

View file

@ -45,6 +45,9 @@ ConfVersion=2010062001
# #
# BindIP # BindIP
# Bind World Server to IP/hostname # Bind World Server to IP/hostname
# This option is useful for running multiple worldd/realmd instances
# on different IP addresses using default ports.
# DO NOT CHANGE THIS UNLESS YOU _REALLY_ KNOW WHAT YOU'RE DOING
# #
################################################################################################################### ###################################################################################################################

View file

@ -30,6 +30,9 @@ ConfVersion=2010062001
# #
# BindIP # BindIP
# Bind Realm Server to IP/hostname # Bind Realm Server to IP/hostname
# This option is useful for running multiple worldd/realmd instances
# on different IP addresses using default ports.
# DO NOT CHANGE THIS UNLESS YOU _REALLY_ KNOW WHAT YOU'RE DOING
# #
# PidFile # PidFile
# Realmd daemon PID file # Realmd daemon PID file

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10411" #define REVISION_NR "10412"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__