From 94ab2092eb49149db07ccf4e6d2b7304343c695b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Mar 2026 17:04:02 +0000 Subject: [PATCH] modified: dict-maker modified: vpn --- usr/bin/dict-maker | 4 ++++ usr/bin/vpn | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/usr/bin/dict-maker b/usr/bin/dict-maker index 5b27e86..82310a9 100755 --- a/usr/bin/dict-maker +++ b/usr/bin/dict-maker @@ -6,6 +6,10 @@ import sys from collections import defaultdict from pathlib import Path import argparse +import re +from typing import Pattern + +REGEX: Pattern[str] = re.compile(r"...") # ---- ensure spacy and model ---- try: diff --git a/usr/bin/vpn b/usr/bin/vpn index 16c7341..420d6a9 100755 --- a/usr/bin/vpn +++ b/usr/bin/vpn @@ -3,4 +3,4 @@ cat $MACHINE_DIR/usr/etc/openvpn/.pot.swp #openvpn /etc/openvpn/client/ch-free-2.protonvpn.tcp.ovpn #openvpn /etc/openvpn/client/ch-free-4.protonvpn.tcp.ovpn -openvpn /etc/openvpn/client/ch-free-6.protonvpn.tcp.ovpn +wg-quick up /etc/openvpn/client/my.conf