From 4a954f9817347cf71b5de682c7a8b7cecc379516 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Tue, 18 Jan 2022 12:22:25 -0800 Subject: Add RAIT configuration for Backbone --- rait/core.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 rait/core.json diff --git a/rait/core.json b/rait/core.json new file mode 100644 index 0000000..8c2b6cd --- /dev/null +++ b/rait/core.json @@ -0,0 +1,30 @@ +[ + { + "public_key": "BjBeEB5bb5hKlT+8mEH3NSnFF5Ylow5ahuHGP6ezUHI=", + "operator_key": "f/OOJdKgVgCOhqG9ye87MC/YCiEw6AipQ5r11ibSeXI=", + "remarks": { + "name": "tyo1.jp" + }, + "endpoints": [ + { + "send_port": 61000, + "address_family": "ip4", + "address": "tyo1.jp.endpoints.yuuta.network" + } + ] + }, + { + "public_key": "n4RA0owI9JuGa0mEKhTLJhegh4pUqEcf2XZT7CaTL1M=", + "operator_key": "5Z122oCHmsN8JdzJt0aI9ewxoRV5kVgGWLZNfTLdLLg=", + "remarks": { + "name": "fra1.de" + }, + "endpoints": [ + { + "send_port": 50000, + "address_family": "ip4", + "address": "fra1.de.endpoints.yuuta.network" + } + ] + } +] -- cgit v1.2.3