Skip to content

Instantly share code, notes, and snippets.

View webknjaz's full-sized avatar
🇺🇦
#StandWithUkraine: https://github.com/vshymanskyy/StandWithUkraine

🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) webknjaz

🇺🇦
#StandWithUkraine: https://github.com/vshymanskyy/StandWithUkraine
View GitHub Profile
@webknjaz
webknjaz / ep2026-talk-references.md
Last active August 22, 2026 19:34
EuroPython 2026: Defending Open Source from "AI" Slop: A Maintainer's Practical Guide
@webknjaz
webknjaz / breaking-classless-routes-openwrt-google-home.sh
Created November 23, 2025 23:33
Notes from troubleshooting the OpenWRT config when Google Home's routes were broken af
uci del dhcp.lan.dhcp_option
uci add_list dhcp.lan.dhcp_option='6,192.168.1.1'
uci add_list dhcp.lan.dhcp_option='121,10.60.0.1/32,192.168.1.1'
uci add_list dhcp.lan.dhcp_option='249,10.60.0.1/32,192.168.1.1'
uci add_list dhcp.lan.dhcp_option='121,10.20.0.1/32,192.168.1.1'
uci add_list dhcp.lan.dhcp_option='249,10.20.0.1/32,192.168.1.1'
uci add_list dhcp.lan.dhcp_option='121,10.0.0.1/32,192.168.1.1'
uci add_list dhcp.lan.dhcp_option='249,10.0.0.1/32,192.168.1.1'
uci add_list dhcp.lan.dhcp_option='121,10.60.0.10/32,192.168.1.1'
uci add_list dhcp.lan.dhcp_option='249,10.60.0.10/32,192.168.1.1'