6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-20 22:08:21 +00:00
prologic-saltyim/db.home.arpa
James Mills 3fccb3ae5f Add Avatar service and cli for updating avatar on a broker (#116)
This PR also:

- Tidies up the default options and config
- Tidies up the service user code

Co-authored-by: James Mills <prologic@shortcircuit.net.au>
Reviewed-on: https://git.mills.io/saltyim/saltyim/pulls/116
2022-04-02 02:59:39 +00:00

15 lines
521 B
Plaintext

$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.