Skip to content

Instantly share code, notes, and snippets.

@tyabus
tyabus / banned.txt
Last active June 17, 2024 15:46
Bad IP Subnets (IPv4 only)
# static ingoing traffic blocklist
# CENSYS https://support.censys.io/hc/en-us/articles/360043177092-Opt-Out-of-Scanning
-A INPUT -s 162.142.125.0/24 -j REJECT --reject-with icmp-host-unreachable
-A INPUT -s 167.94.138.0/24 -j REJECT --reject-with icmp-host-unreachable
-A INPUT -s 167.94.145.0/24 -j REJECT --reject-with icmp-host-unreachable
-A INPUT -s 167.94.146.0/24 -j REJECT --reject-with icmp-host-unreachable
-A INPUT -s 167.248.133.0/24 -j REJECT --reject-with icmp-host-unreachable
-A INPUT -s 199.45.154.0/24 -j REJECT --reject-with icmp-host-unreachable
-A INPUT -s 199.45.155.0/24 -j REJECT --reject-with icmp-host-unreachable
-A INPUT -s 206.168.32.0/22 -j REJECT --reject-with icmp-host-unreachable
@tyabus
tyabus / pm_shared.c
Last active March 7, 2021 23:42
pmove ported from quake 3 for Half-Life/XASH3D
/***
*
* Copyright (c) 1996-2002, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* object code is restricted to non-commercial enhancements to products from
# DO NOT EDIT THIS FILE
#
# Please edit /boot/armbianEnv.txt to set supported parameters
#
setenv load_addr "0x44000000"
setenv overlay_error "false"
# default values
setenv rootdev "/dev/mmcblk0p1"
setenv verbosity "1"