chore(conf): Fractured defaults — auth 47497, realmlist hsrwow.net:8085

- authserver.conf.dist: RealmServerPort 47497; document hsrwow.net client realmlist
- base realmlist: Fractured WoW / hsrwow.net; clarify world port vs auth port
- BUILD-NATIVE.md: Fractured network defaults section
This commit is contained in:
Dawnforger
2026-05-09 00:07:31 -05:00
parent 63ab74b4fb
commit 579574acb3
3 changed files with 27 additions and 4 deletions
@@ -52,10 +52,13 @@ MaxPingTime = 30
#
# RealmServerPort
# Description: TCP port to reach the auth server.
# Default: 3724
# Description: TCP port the auth server listens on (login handshake).
# Fractured production: match your client realmlist host:port, e.g.
# set realmlist hsrwow.net:47497
# requires RealmServerPort = 47497 and firewall/NAT to this process.
# Default: 3724 (stock WoW); Fractured dist default: 47497
RealmServerPort = 3724
RealmServerPort = 47497
#
#