Skip to content

Instantly share code, notes, and snippets.

@fcenobi
fcenobi / README-create-debian-startup-script.md
Created June 8, 2019 22:54 — forked from drmalex07/README-create-debian-startup-script.md
An example of how to create a init.d script in Debian, using dependency booting. #debian #init.d #lsb-script #startup-script
@fcenobi
fcenobi / zerotier_rules_example.ztrd
Created May 23, 2019 21:58 — forked from adamierymenko/zerotier_rules_example.ztrd
An example of what an advanced ZeroTier network rule set might look like
# This is an example from a work in progress, so final versions might
# be slightly different. Don't use as a guide after release!
# Define rule set macros
# Whitelist a TCP destination port on the network. Use this as a template to
# make your own rule sets for more advanced criteria like tag matches, etc.
# This works for both IPv4 and IPv6. Add an ethertype match to restrict it to
# one or the other.
macro tcp_whitelist_dest_port($port)