diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-11-29 18:12:40 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-29 18:14:21 +0100 |
commit | b25ec7c923924e53ddb65f9a34e9a669dcf066c7 (patch) | |
tree | 5ddabd18ad1cb880ee07ae8c950b99b99f150012 /branding | |
parent | c7148d9559dab0e1cdbc6dd5306a3c852615560e (diff) |
[feat] snowflake client support
Diffstat (limited to 'branding')
-rw-r--r-- | branding/motd-cli/motd.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/branding/motd-cli/motd.json b/branding/motd-cli/motd.json new file mode 100644 index 0000000..7b91098 --- /dev/null +++ b/branding/motd-cli/motd.json @@ -0,0 +1,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": "%20___________%0A%3C%20RiseupVPN%20%3E%0A%20-----------%0A%20%20%20%20%20%20%20%20%5C%20%20%20%5E__%5E%0A%20%20%20%20%20%20%20%20%20%5C%20%20%28oo%29%5C_______%0A%20%20%20%20%20%20%20%20%20%20%20%20%28__%29%5C%20%20%20%20%20%20%20%29%5C%2F%5C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%7C----w%20%7C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%7C%20%20%20%20%20%7C%7C"}, + { "lang": "es", + "str": "¡Gracias por usar RiseupVPN! Por favor reportanos <a href='https://0xacab.org/leap/bitmask-vpn'>cualquier bug o petición</a>."} + ]} + ] +} |