Skip to content

Instantly share code, notes, and snippets.

View oniGino's full-sized avatar

Gino oniGino

  • Alkami
View GitHub Profile
@oniGino
oniGino / upnp-loop.sh
Created January 2, 2026 00:35
ProtonVPN UPNP Port Forwarding Script
#!/bin/bash
# CONFIGURATION
GATEWAY="10.2.0.1"
LIFETIME=60
SLEEP_TIME=45
NFT_TABLE="inet main"
NFT_CHAIN="INPUT"
NFT_COMMENT="UPnP-Loop"