We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dc684 commit 8cfc87eCopy full SHA for 8cfc87e
.rcon
@@ -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