Skip to content

Instantly share code, notes, and snippets.

View gmurdocca's full-sized avatar
💭
$ ps auxf # hey, what's happening?

George Murdocca gmurdocca

💭
$ ps auxf # hey, what's happening?
View GitHub Profile
@ckornie
ckornie / port-forward.nft
Created September 5, 2022 17:29
Port forwarding for both internal and external clients
#!/sbin/nft -f
flush ruleset
# The internet interface.
define wan_if = "ppp0"
# The local interfaces.
define lan_if = { "eth0" }