Skip to content

Commit 8cfc87e

Browse files
authored
Add files via upload
1 parent b3dc684 commit 8cfc87e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.rcon

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Source RCON Protocol configuration file.
2+
#
3+
# Each server entry goes on a separate line and uses this format:
4+
#
5+
# alias,IP address,port[,password]
6+
#
7+
# If you do not include the password in the entry, the application will prompt
8+
# you for the password at runtime. Do not leave a comma after the port number
9+
# if you do not intend to add the password to the entry. Doing so causes the
10+
# application to believe your password is a newline - you won't be prompted
11+
# for a password at runtime, and your access to the server will be denied
12+
# (unless your password actually IS a newline).
13+
my_server,127.0.0.1,21515,p4s5w0rD

0 commit comments

Comments
 (0)