You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2024. It is now read-only.
[Hokuto](hokuto) supports settings SRV records per-peer. These are controlled by SRV allowances, which are in turn controlled by token-level SRV allowances.
6
+
7
+
## Getting Started
8
+
9
+
1. (Only if using azusa to push the peer you will use SRV records for.) Set token-level SRV allowances:
10
+
11
+
```nix
12
+
{
13
+
qrystal.services.cs.config.tokens = [{
14
+
# name, hash, etc
15
+
canSRVUpdate = true; # required for updating SRV records of any peer through this token
16
+
srvAllowancesAny = true; # if true, no restrictions on SRV allowances through this token
0 commit comments