From b0c74bb2b0b33e028058f6bc79470e9272191092 Mon Sep 17 00:00:00 2001 From: Jonathan Lassoff Date: Tue, 20 Feb 2024 00:11:44 -0800 Subject: [PATCH] Add lookup examples --- content.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content.js b/content.js index df95ebb..4deff96 100644 --- a/content.js +++ b/content.js @@ -7,6 +7,14 @@ Alice.updateContent({ welcome: { title: "My Awesome Looking Glass", tagline: "powered by Alice, your friendly BIRD||GoGBP||OpenBGPd Looking Glass" + }, + lookup: { + examples: [ + ["asn", "AS64512"], + ["community", 64512, 1000, 1], + ["community", 65520, 0], + ["q", "Example"], + ] } });