saltyim is the Go library and reference client and broker implementation for Salty IM it contains a command-line client (cli), a terminal user interface (tui), builtin server/broker and a Mobile / Desktop App PWA (progressive web app)
https://salty.im/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
521 B
14 lines
521 B
$TTL 60
|
|
$ORIGIN home.arpa.
|
|
@ IN SOA home.arpa. admin.home.arpa. (
|
|
2022040100 ; Serial
|
|
4H ; Refresh
|
|
1H ; Retry
|
|
7D ; Expire
|
|
4H ) ; Negative Cache TTL
|
|
|
|
|
|
@ IN A 127.0.0.1
|
|
salty.home.arpa. IN A 127.0.0.1
|
|
_salty._tcp.home.arpa. IN SRV 0 0 443 salty.home.arpa.
|
|
_avatars._tcp.home.arpa. IN SRV 0 0 443 salty.home.arpa.
|
|
|