issues
search
OpenFusionProject
/
OpenFusionClient
Electron app to easily connect to FusionFall servers
MIT License
16
stars
8
forks
source link
Improved server address processing
#16
Closed
yungcomputerchair
closed
2 years ago
yungcomputerchair
commented
2 years ago
Two things:
Address and port are now parsed separately, so you can leave out the port number and it'll default to 23000.
Address is now resolved by Node's native
dns
module, so you can connect by domain name now. Plain IPs still work!
Resolves #15 and resolves #14
Two things:
dns
module, so you can connect by domain name now. Plain IPs still work!Resolves #15 and resolves #14