Skip to content
View bmshouse's full-sized avatar

Block or report bmshouse

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. amazing amazing Public

    An in browser 3D maze

    JavaScript 1

  2. donetick-android donetick-android Public

    A thin wrapper for Donetick server instances providing native mobile notifications

    Kotlin 1

  3. containerOverVpn.md containerOverVpn.md
    1
    # Route Docker Container Traffic Through WireGuard VPN (with Local Network Access)
    2
    
                  
    3
    This guide shows how to route all Docker container internet traffic through a WireGuard VPN on the host, while preserving access to the local network. This is useful for containers that need VPN protection but must remain accessible from your LAN.
    4
    
                  
    5
    ## The Problem
  4. Configure a gateway host to route be... Configure a gateway host to route between two different subnets
    1
    # Debian Network Gateway Setup Script
    2
    
                  
    3
    A bash script to configure a Debian server as a network gateway to route traffic between two separate networks.
    4
    
                  
    5
    ## Overview