mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 16:57:27 +08:00
Implement allnet host and port override
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
aimedb.server.enable=true
|
||||
aimedb.server.address=0.0.0.0
|
||||
aimedb.server.port=22345
|
||||
## Server host return to client when boot up.
|
||||
## Server host & port return to client when boot up.
|
||||
## By default the same address and port from the client connection is returned.
|
||||
## Please notice DIVA won't work with localhost or 127.0.0.1
|
||||
## Set this to same port to Http Server Port
|
||||
allnet.server.host=localhost
|
||||
allnet.server.port=80
|
||||
#allnet.server.host=localhost
|
||||
#allnet.server.port=80
|
||||
## Http Server Port
|
||||
## Only change this if you have a reverse proxy running.
|
||||
## The game rely on 80 port for boot up command
|
||||
|
||||
Reference in New Issue
Block a user