What's new

Tutorial Docker Pritunl OpenVPN, Shadowsocks, Squid, and More...

Changelog: 2020.11.23
  • added support for Ubuntu 20.04
  • added support for Debian 10 (Buster)
  • added support for Raspberry Pi OS / Raspbian

Installation Instructions:
Code:
https://github.com/gabotronix/underpass#installation
 
Na-test ko ang Raspberry Pi servers ng Mythic Beasts. Hindi successful ang installation kasi IPv6 only sila. Nagkaka-error sa firewall kasi required talaga ang IPv4. Anyway, Raspberry Pi OS / Raspbian is still based on Debian 10. So, the new Debian installer should work. Visit the Underpass Github page for installation instructions.

Do note na kailangang fresh install ito kasi may malaking changes sa firewall. Docker will use iptables-legacy instead of nftables.

Bash:
# cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

---
# less /proc/cpuinfo
model name      : ARMv7 Processor rev 3 (v7l)
BogoMIPS        : 108.00
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
 
Back
Top