theMatrixDev
Subscribe
telegram

Telegram MTProto Proxies by thematrix.dev

ロジャー

May 25, 2020 • 1 min read

This post is for subscribers only

Subscribe now

Already have an account? Sign in

Install Docker on a remote server with Ansible on Ubuntu

sudo apt-get install software-properties-common sudo apt-add-repository ppa:ansible/ansible sudo apt-get install -y ansible mkdir ./ansible touch ./ansible/inventory touch ./ansible/main.yaml touch ./ansible/vars.yaml [beta] beta.thematrix.dev [production] www.thematrix.dev user: ubuntu requried_packages: - ca-certificates - curl - gnupg - lsb-release docker_engines: -
Nov 23, 2022 1 min read

WireGuard VPN Policy Routing on OpenWRT

Tested on GL-AX1800 with OpenWRT 21.02 Install vpn-policy-routing plugin * Go to OpenWRT -> System -> Software * Update lists * Install vpn-policy-routing and luci-app-vpn-policy-routing * Refresh the page. There will be a new VPN tab on header Add Firewall zone * Go to Network -> Firewall * Under Zones section, click the Add button
Aug 27, 2022 1 min read

Install Cloudflared on OpenWRT

1. Go to https://github.com/cloudflare/cloudflared/releases and copy the correct file URL 2. SSH into OpenWRT 3. cd to a location where file persists after reboot 4. wget the Cloudflared file 5. chmod +x the Cloudflared file 6. ./cloudflared service install TOKEN 7. Confirm in OpenWRT ->
Aug 27, 2022
theMatrixDev © 2023
  • GitHub
Powered by Ghost