main: update to README

This commit is contained in:
Gary 2024-01-09 15:14:37 -08:00
parent 38bb81d758
commit fec3f4a535
2 changed files with 2 additions and 26 deletions

View File

@ -1 +0,0 @@
github: [jeremyckahn]

View File

@ -85,33 +85,10 @@ If you don't agree with the direction of the project, you are welcome to fork Re
The core of RemnantChat's security model is the fact that it is fully open source. You are free (and encouraged) to fully audit the project source code and infrastructure.
If you would like to verify that the app hosted at https://remnant.chat/ is the one that is hosted on GitHaven, you can use `dig`:
```
$ dig RemnantChat.im
; <<>> DiG 9.18.1-1ubuntu1.1-Ubuntu <<>> RemnantChat.im
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61332
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;RemnantChat.im. IN A
;; ANSWER SECTION:
RemnantChat.im. 231 IN CNAME jeremyckahn.github.io.
jeremyckahn.github.io. 231 IN A 185.199.111.153
jeremyckahn.github.io. 231 IN A 185.199.110.153
jeremyckahn.github.io. 231 IN A 185.199.109.153
jeremyckahn.github.io. 231 IN A 185.199.108.153
```
## Project roadmap
TBA
- Add room moderation
- Chat history persistence settings
## Environments