Skip to content

Instantly share code, notes, and snippets.

View antwal's full-sized avatar

Walter Antolini antwal

View GitHub Profile
@antwal
antwal / icon64.png
Last active April 29, 2025 05:12
Video Bypass (maxs19.fun, maxstream.video)
icon64.png
@antwal
antwal / iptables-multi-bridge.sh
Last active January 21, 2025 10:27
Allow forward to Docker Network Bridge (Debian 11/12)
#!/bin/bash
NETWORKS=(
'exclude=host'
'exclude=none'
'exclude=bridge'
'include=internal'
'include=external'
)
/**
* Rotary Encoder Accelleration
* - Debug for KY-040
*
* interrupt pins:
* 2, 3 - Arduino UNO/Nano
* D5,D6 - ESP8266 NodeMCU
*/
#define DEBUG false