Skip to content

Instantly share code, notes, and snippets.

Installing Python 3.6.7 on Raspbian =================================

As of November 2018, Raspbian does not yet include the latest Python release, Python 3.6.7 This means we will have to build it ourselves, and here is how to do it.

  1. Install the required build-tools (some might already be installed on your system).

@reichley
reichley / config.yml
Created September 21, 2018 17:01
cloudflared config.yml file for edgerouter-x DNS over HTTPS
proxy-dns: true
proxy-dns-upstream:
- https://1.1.1.1/dns-query
- https://1.0.0.1/dns-query
proxy-dns-port: 8853