Skip to content

Commit

Permalink
Move VPN script to other repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Apr 2, 2024
1 parent e7f4bb9 commit b697deb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 112 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ This repository contains the MicroMPX setup for [ZuidWest FM](https://www.zuidwe
## A Few Words About the Raspberry Pi 5
MicroMPX and HiFiBerry boards are compatible with the Raspberry Pi 5. Currently, there is [a firmware bug](https://github.com/raspberrypi/linux/issues/5743) that necessitates manually editing the `/boot/firmware/config.txt` file. Add `,slave` to the `dtoverlay` line for the HiFiBerry, such as `dtoverlay=hifiberry-dacplus,slave`.

# How to Connect the Raspberry Pi to the VPN
- Download and execute the VPN script with the command: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/oszuidwest/rpi-umpx-decoder/main/vpn.sh)"`.
- Verify the presence of an interface named `wg0` with the correct IP using `ip a`.
- If the `wg0` interface does not appear, enable debugging with `modprobe wireguard && echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control` and use `tail -f /var/log/syslog` to identify any errors.

## Optional Heartbeat Monitoring
Optionally, heartbeat monitoring can be integrated. In this configuration, the Pi will execute `wget --spider` on a specified URL every minute to serve as a heartbeat. This can be any URL, but testing was conducted with [Uptime Robot](https://uptimerobot.com/?rid=6f699dbd539740). Note that a paid Uptime Robot account is required for heartbeat monitoring.

Expand Down
107 changes: 0 additions & 107 deletions vpn.sh

This file was deleted.

0 comments on commit b697deb

Please sign in to comment.