{"id":20505411,"url":"https://github.com/lss233/fuzzy-bassoon","last_synced_at":"2026-04-17T22:03:22.184Z","repository":{"id":110601656,"uuid":"342323021","full_name":"lss233/fuzzy-bassoon","owner":"lss233","description":"Automatic peering system for dn42 using wg-quick and bird2","archived":false,"fork":false,"pushed_at":"2021-03-07T08:45:02.000Z","size":90,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T07:57:00.140Z","etag":null,"topics":["bird","dn42","wireguard"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lss233.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-25T17:23:21.000Z","updated_at":"2022-09-09T09:50:10.000Z","dependencies_parsed_at":"2023-07-15T13:19:56.931Z","dependency_job_id":null,"html_url":"https://github.com/lss233/fuzzy-bassoon","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"40806783f2abd54cdc98162181851d90a6b444e6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lss233%2Ffuzzy-bassoon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lss233%2Ffuzzy-bassoon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lss233%2Ffuzzy-bassoon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lss233%2Ffuzzy-bassoon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lss233","download_url":"https://codeload.github.com/lss233/fuzzy-bassoon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242105158,"owners_count":20072442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bird","dn42","wireguard"],"created_at":"2024-11-15T19:46:41.276Z","updated_at":"2026-04-17T22:03:22.155Z","avatar_url":"https://github.com/lss233.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automatic Peer System\n\nAn automatic peer system using WireGuard and Bird2 for DN42.\n\n## Usage\n\nFirst, clone this project on your server and create some folders.\n```shell\ngit clone https://github.com/lss233/fuzzy-bassoon\ncd fuzzy-bassoon\nmkdir data/{wireguard, bird} .ssh\n```\nNext, create a file named `node.json`:\n```json\n{\n    \"name\": \"The node name here\",\n    \"asn\": \"Your ASN\",\n    \"mpbgp\": true,\n    \"wireguard\": {\n        \"endpoint\": \"Tell them your endpoint\",\n        \"publickey\": \"Your WireGuard Public Key\",\n        \"privatekey\": \"Yourr WireGuard Private Key\",\n        \"ipv4\": \"The DN42 IPv4 Address on this machine\",\n        \"ipv6\": \"The DN42 IPv6 Address on this machine\",\n        \"linkLocal\": \"The Link-Local Address on this machine\"\n    }\n}\n```\nWhere `mpbgp` informs whether your node supports Multiprotocol BGP.\n\nGenerate a ssh keypair for incoming connection.\n```shell\nssh-keygen -t rsa -f ./.ssh/privkey\n```\n\nOpen your bird.conf, and add following:\n```\ninclude \"/path/to/fuzzy-bassoon/data/bird/*\";\n```\n\nStart the server, you can write a supervisord configuration file,\nor systemd or tmux and something else. whatever.\n\n```\nnode index.js\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flss233%2Ffuzzy-bassoon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flss233%2Ffuzzy-bassoon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flss233%2Ffuzzy-bassoon/lists"}