Skip to content

Instantly share code, notes, and snippets.

View valch85's full-sized avatar
🖖
Live long and prosper

Valentyn Chubukin valch85

🖖
Live long and prosper
View GitHub Profile
@valch85
valch85 / keybase.md
Created August 5, 2021 14:05
keybase.md

Keybase proof

I hereby claim:

  • I am valch85 on github.
  • I am valentinch (https://keybase.io/valentinch) on keybase.
  • I have a public key whose fingerprint is 1C90 A7B1 59E2 5D46 45EE 9B2A 5A51 2C42 6C6C 6EC4

To claim this, I am signing this object:

@valch85
valch85 / iptables-standalone-web-server
Last active September 30, 2018 06:16
iptables rules for stand alone web server
# Generated by iptables-save v1.4.21 on Fri Jan 22 16:03:24 2016
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [10:2136]
# allow incoming connection to port 22
-A INPUT -p tcp -m tcp --dport 22 -m state --state NEW,ESTABLISHED -j ACCEPT
# allow related & established incoming connection (response) by tcp & icmp (ping...)