$ wg genkey | tee privatekey | wg pubkey > publickey
Rotate your public key via the same logic as in Mullvad's source code:
- Step 1: Obtaining an access token:
$ curl -fsSL -X POST \
-H 'Content-Type: application/json' \
$ wg genkey | tee privatekey | wg pubkey > publickey
$ curl -fsSL -X POST \
-H 'Content-Type: application/json' \
This is a program that tries to solve the New York Times Digits game
usage: digits_solver [-h] number number number number number number number
NYTimes Digits Solver
positional arguments:
This is a super primitive assistant to help you solve Strands from New York Times
/usr/share/dict/words
#!/usr/bin/env bash | |
SYSTEMD_SERVICE_NAME="homebridge" | |
SYSTEMD_USER_DIR="$HOME/.config/systemd/user" | |
SYSTEMD_SERVICE_FILE="${SYSTEMD_USER_DIR}/${SYSTEMD_SERVICE_NAME}.service" | |
HOMEBRIDGE_VOLUME_DIR="$HOME/.containers/volumes/homebridge" | |
podman pull docker.io/homebridge/homebridge |