Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 417 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 417 Bytes

wgsd - wireguard service discovery

inspired by jwhited/wgsd but

  • written in Python rather than in Go, using python modules available in Debian
  • uses hostname for the instance name rather than base32 of the pubkey

wgsd creates the PTR/SRV/TXT/A records necessary to identify a wireguard node.

wgsd-client emits pubkey/port/address tuples resolved from the above records.