This commit is contained in:
creeper123123321 2021-02-19 11:06:56 -03:00 committed by GitHub
parent 181f563b80
commit b011a26d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,3 +73,7 @@ My Microsoft account <18 years old is not able to log in, it's giving XSTS error
Why a online webpage for online mode?:
- It's easier to maintain in that way, because providing a chat with login requires encoding and decoding more packets which change through versions.
- It allows your account password and token to be kept with you
How to use IPv6?:
- When listening to 0.0.0.0, it should listen on IPv6 too.
- To use IPv6 in backend address, you need to use a instance with IPv6 connectivity. The hostname parser currently doesn't support direct IPv6, but you can use a DNS name.