Skip to content
View ArchaicLier's full-sized avatar
🔥
/usr/local/include/why.h
🔥
/usr/local/include/why.h
Block or Report

Block or report ArchaicLier

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
ArchaicLier/README.md

Hi there 👋

Pinned Loading

  1. nvim-config nvim-config Public

    Lua

  2. pyqt5-calc pyqt5-calc Public

    Python

  3. Wireguard iptables example Wireguard iptables example
    1
    #up
    2
    iptables -t nat -I POSTROUTING 1 -s 10.8.0.1/24 -o eth0 -j MASQUERADE;
    3
    iptables -I INPUT 1 -i wg0 -j ACCEPT;
    4
    iptables -I FORWARD 1 -i eth0 -o wg0 -j ACCEPT;
    5
    iptables -I FORWARD 1 -i wg0 -o eth0 -j ACCEPT;