[-] zzzzzz@lemmy.ml 10 points 11 months ago

This is pretty compelling. I vote "solved".

[-] zzzzzz@lemmy.ml 9 points 1 year ago

... So... Is it true or not?!

[-] zzzzzz@lemmy.ml 5 points 1 year ago

Even better, so it mutates into superior data!

[-] zzzzzz@lemmy.ml 9 points 1 year ago

I have solved this problem! The trick is to use two Docker containers:

  1. Gluetun (https://github.com/qdm12/gluetun): set this up to connect to your VPN.
  2. Tailscale (https://tailscale.com/kb/1282/docker/): set this to use the Gluetun network.

Here is an example docker-compose.yml:

version: "3"
services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    # line above must be uncommented to allow external containers to connect.
    # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
    restart: unless-stopped
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    volumes:
      - ./gluetun:/gluetun
    environment:
      - VPN_SERVICE_PROVIDER=airvpn
      - VPN_TYPE=wireguard
      - WIREGUARD_PRIVATE_KEY=xxx
      - WIREGUARD_PRESHARED_KEY=xxx
      - WIREGUARD_ADDRESSES=xxx
      - WIREGUARD_MTU=1320
      - SERVER_COUNTRIES=United States
      # See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
      # Timezone for accurate log times
      - TZ=America/New_York
      # Server list updater
      # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
      - UPDATER_PERIOD=24h

  tailscale:
    container_name: tailscale
    cap_add:
      - NET_ADMIN
      - NET_RAW
    volumes:
      - ./tailscale/var/lib:/var/lib
      - ./tailscale/state:/state
      - /dev/net/tun:/dev/net/tun
    network_mode: "service:gluetun"
    restart: unless-stopped
    environment:
      - TS_HOSTNAME=airvpn-exit-node
      - TS_AUTHKEY=xxxxxxxx
      - TS_EXTRA_ARGS=--login-server=https://example.com --advertise-exit-node
      - TS_NO_LOGS_NO_SUPPORT=true
      - TS_STATE_DIR=/state
    image: tailscale/tailscale
[-] zzzzzz@lemmy.ml 6 points 1 year ago

I have found Nginx Proxy Manager to be a huge time-saver for configuring nginx and certbot.

[-] zzzzzz@lemmy.ml 10 points 1 year ago

You believe you see things clearly, but, in fact, things are not so black and white. Believing that you know that God does not exist because you have no experience with him is faulty logic. In fact, it is a religious belief.

[-] zzzzzz@lemmy.ml 6 points 1 year ago

Fuckin' fascist!

[-] zzzzzz@lemmy.ml 10 points 1 year ago

Is this Perry Bible Fellowship?

[-] zzzzzz@lemmy.ml 5 points 1 year ago

fractal design meshify 2 xl

[-] zzzzzz@lemmy.ml 5 points 1 year ago

Rural western Virginia has fiber internet to your home in a lot of places.

For example: https://www.alleghanyhighlandsbroadband.com/

[-] zzzzzz@lemmy.ml 5 points 1 year ago
[-] zzzzzz@lemmy.ml 7 points 1 year ago* (last edited 1 year ago)

I find that expanding I as I=e^(iθ)•e^(-iθ) can help get you reoriented.

view more: ‹ prev next ›

zzzzzz

joined 1 year ago