Skip to content

Instantly share code, notes, and snippets.

View nonk123's full-sized avatar
♾️

Sergey Sudakov nonk123

♾️
View GitHub Profile
@skylerwlewis
skylerwlewis / docker-compose.yml
Last active December 21, 2025 11:19
Routing wg-easy container traffic through Gluetun container
# https://gist.github.com/skylerwlewis/f009741cd20d8ab86ce65d67accccc3f
#
# This is a Gluetun + wg-easy docker compose setup based on instructions I found here:
# https://lemmy.max-p.me/post/midwest.social/14630711
#
# In addition to the logic in the link above, I added:
# - wg-easy to simplify client setup and PostUp & PostDown modifications
# - Auto-restart capability for wg-easy container if Gluetun goes down
#
# If you are using 172.22.0.0/24 already, simply change "172.22" to a different subnet.
@jue131
jue131 / MFCommunityEditionUpdate.md
Last active January 5, 2026 15:17
Mario Forever: Community Edition Update Change Log
@evantoli
evantoli / GitConfigHttpProxy.md
Last active December 25, 2025 13:34
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like: