Skip to content

Commit 8575bcf

Browse files
committed
CONFIG: update default master server list, give example of overriding them in example config
1 parent a7a20cc commit 8575bcf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

resources/example-configs/qtv.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ allow_download_sounds 1 // All of these settings control the items that
1212
allow_download_models 1 // players can download through QTV when QTV
1313
allow_download_skins 1 // has been configured properly.
1414

15+
//Override default master servers:
16+
//masters master.quakeworld.nu qwmaster.fodquake.net master.quakeservers.net
17+
1518

1619
//////////////////////////////////////////
1720
// EXAMPLES: //

src/udp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ UDP protocl related things. At the moment just support "status" connectionless f
1717
#define QW_MASTERS_FORCE_RE_INIT (60 * 60 * 24) // seconds, force re-init masters time to time, so we add proper masters if there was some ip/dns changes
1818
#define QW_MASTER_HEARTBEAT_SECONDS (60 * 5) // seconds, frequency of heartbeat
1919

20-
#define QW_DEFAULT_MASTER_SERVERS "qwmaster.ocrana.de masterserver.exhale.de master.quakeworld.nu asgaard.morphos-team.net"
20+
#define QW_DEFAULT_MASTER_SERVERS "master.quakeworld.nu qwmaster.fodquake.net master.quakeservers.net"
2121
#define QW_DEFAULT_MASTER_SERVER_PORT 27000
2222

2323
static cvar_t masters_list = {"masters", QW_DEFAULT_MASTER_SERVERS};

0 commit comments

Comments
 (0)