MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

bgp/bgp.ts:278–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 "\n• <code>.bgp &lt;IP&gt;</code> - 查询指定IP的BGP路由图\n" +
277 "• <code>.bgp</code> - 回复包含IP的消息自动查询BGP路由图\n" +
278 "• <code>.bgp dns &lt;IP&gt;</code> - 查询指定IP的DNS解析记录\n" +
279 "• <code>.bgp dns</code> - 回复包含IP的消息查询DNS解析记录";
280
281 cmdHandlers: Record<string, (msg: Api.Message, trigger?: Api.Message) => Promise<void>> = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected