mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[10412] add a BindIP warning to worldd/realmd config files
Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
f42f65ade7
commit
47dc7dcf1b
3 changed files with 7 additions and 1 deletions
|
|
@ -45,6 +45,9 @@ ConfVersion=2010062001
|
|||
#
|
||||
# BindIP
|
||||
# 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
|
||||
#
|
||||
###################################################################################################################
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@ ConfVersion=2010062001
|
|||
#
|
||||
# BindIP
|
||||
# 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
|
||||
# Realmd daemon PID file
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10411"
|
||||
#define REVISION_NR "10412"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue