Skip to content
View leshniak's full-sized avatar
Block or Report

Block or report leshniak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. necktie necktie Public

    Necktie – a simple DOM binding tool

    TypeScript 42

  2. httpsh httpsh Public

    Secure shell in your browser

    Shell 39 4

  3. nft-blacklist nft-blacklist Public

    Forked from trick77/ipset-blacklist

    A bash script to ban large numbers of IP addresses published in blacklists.

    Shell 12 3

  4. fancyindex-royal-theme fancyindex-royal-theme Public

    A responsive autoindex theme for nginx.

    CSS 13

  5. inpost-air inpost-air Public

    Get air sesnor data from Paczkomat.

    Go

  6. A simple script that overrides /etc/... A simple script that overrides /etc/resolv.conf to custom one on per-app basis (Linux only)
    1
    #!/bin/sh
    2
    set -e
    3
    
                  
    4
    trap clean TERM INT EXIT
    5