summaryrefslogtreecommitdiff
path: root/pkg/motd/motd-example.json
blob: 20a772728c69fcc0f211cc1a997ae189f444ed5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "motd": [{
        "begin":    "01 Nov 21 00:00 -0700",
        "end":      "31 Jan 22 00:00 -0700",
        "type":     "daily",
        "platform": "all",
        "urgency":  "normal",
        "text": [
          { "lang": "en",
            "str": "Thanks for using RiseupVPN! Please report us <a href='https://0xacab.org/leap/bitmask-vpn'>any issue or feature request</a>."},
          { "lang": "es",
            "str": "¡Gracias por usar RiseupVPN! Por favor reportanos <a href='https://0xacab.org/leap/bitmask-vpn'>cualquier bug o petición</a>."}
        ]}
    ]
}