Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
// 유저 및 비번 설정을 한다.
|
|
[user]
|
|
mis01 = youxi0110
|
|
mis02 = youxi0110
|
|
GM01 = qscesz
|
|
GM02 = RYL**^^
|
|
|
|
|
|
// 특정 ip만 진입가능하도록 설정한다. 본 항목이 설정되지 않으면 아무도 들어올 수 없다.
|
|
[allow_ip]
|
|
219.84.165.3
|
|
219.84.135.169
|
|
|