Skip to content

Instantly share code, notes, and snippets.

@pwd491
pwd491 / .vimrc
Last active July 21, 2024 07:56
My VIM configuration files.
set noswapfile
set tabstop=4
@pwd491
pwd491 / config
Last active September 9, 2024 05:54
zapret (23.08.2024)
# this file is included from init scripts
# change values here
# can help in case /tmp has not enough space
#TMPDIR=/opt/zapret/tmp
# redefine user for zapret daemons. required on Keenetic
#WS_USER=nobody
# override firewall type : iptables,nftables,ipfw
@pwd491
pwd491 / manual.md
Last active February 1, 2025 21:17
OpenWRT manual for zapret

ДАННАЯ ИНСТРУКЦИЯ УСТАРЕЛА. ZAPRET СИЛЬНО ВИДОИЗМЕНИЛСЯ!!!

Warning

С 13.09.2024 R0STELEK0M начал бороться с некоторыми стратегиями обхода.

Для того чтобы возобновить обход, нужно обновить zapret до актуальной версии.

Как обновить zapret?

Если у вас уже склонирован репозиторий, то переходим в каталог: cd /overlay/zapret

@pwd491
pwd491 / gitignore.cmd
Last active May 7, 2025 03:10
Download gitignore script
@echo off
setlocal enabledelayedexpansion
:: Checking for arguments
if "%~1"=="" (
echo Use: %~nx0 [arguments separated by commas]
echo Example: %~nx0 windows,python,visualstudiocode
echo List of available: %~nx0 list
exit /b 1
)