Skip to content

Commit

Permalink
update css config
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 28, 2023
1 parent f60edf9 commit f944404
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions css/server.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
// Hostname for server.
// ************************************************************************** //
// //
// Counter-Strike: Source - server.cfg //
// Version 231111 //
// //
// ************************************************************************** //

// hostname - Hostname for server.
hostname "SERVERNAME"

// sv_password - Server password for entry into multiplayer games.
sv_password ""

// RCON - remote console password.
rcon_password "ADMINPASSWORD"

// Server password - for private servers.
sv_password ""
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0

// Server Logging
log on
sv_logbans 1
sv_logecho 1
// sv_logfile - Log server information in the log file.
sv_logfile 1
sv_log_onefile 0

// sv_logbans - Log server bans in the server logs.
sv_logbans 1

0 comments on commit f944404

Please sign in to comment.