Skip to content

Instantly share code, notes, and snippets.

@RAnders00
RAnders00 / Pepega
Created November 28, 2019 14:15 — forked from tolekk/Pepega
Pepega
const { ChatClient } = require("dank-twitch-irc");
//Config with login and passwd.
let client = new ChatClient({
username: "tolekkbot",
password: "superlongpasswordnam",
rateLimits: "verifiedBot"
});
@RAnders00
RAnders00 / rules-both.iptables
Created January 1, 2019 12:55 — forked from jirutka/rules-both.iptables
Basic iptables template for ordinary servers (both IPv4 and IPv6)
###############################################################################
# The MIT License
#
# Copyright 2012-2014 Jakub Jirutka <jakub@jirutka.cz>.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is