Skip to content

Instantly share code, notes, and snippets.

View origamiofficial's full-sized avatar
🎯
Focusing

Origami Official origamiofficial

🎯
Focusing
  • R Lab inc.
  • Bangladesh
  • 07:35 (UTC +06:00)
View GitHub Profile
@origamiofficial
origamiofficial / ngrok-plex.py
Last active April 7, 2022 00:15 — forked from Rihcus/ngrok-plex.py
Run Plex Through Ngrok With SSL via DuckDNS to Bypass CGNAT or Double-NAT Scenario
#!/usr/bin/python3
from plexapi.server import PlexServer
import sys
import json
import requests
import time
import socket
# please make sure to install PlexAPI via pip, "pip install PlexAPI"