summaryrefslogtreecommitdiff
path: root/etc/services
AgeCommit message (Expand)Author
2023-11-21updateXiao Pan
2023-11-18preparea and record port name for qbt and wireguardXiao Pan
2023-10-25updateXiao Pan
2023-10-24add oldxyz
2022-02-10nftables allow mullvad vpn port forwardingxyz
2022-01-30refactorxyz
2022-01-30nftables.conf, allow qrcp, drop ssh and searx, based on services and config f...xyz
2022-01-30services, defaultxyz
f) tz_from="$(tzselect)";; F) tz_from="$OPTARG";; # one extra ',' at the end will not let `for tz in ...` loop one extra time? t) for i in $(seq "$OPTARG"); do tz_to="$(tzselect),$tz_to" done;; T) tz_to="$OPTARG,$tz_to";; \?) exit 1;; esac done shift $((OPTIND-1))