-- Leo's gemini proxy

-- Connecting to bvnf.space:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;

contact


#!/bin/sh -e

PRONOUNS="they/them"
PROTOCOL="${1:-email}"
me="ben@bvnf.space"

case "$PROTOCOL" in
    email)  echo "$me" ;;
    xmpp)   echo "$me" ;;
    finger) echo "$me" ;;
    irc)    echo "phoebos" ;;
    *)      echo "usage: $0 protocol" >&2 ;;
esac

PGP key 3AC351D3

OMEMO keys


home

-- Response ended

-- Page fetched on Mon May 13 16:23:00 2024