vpn: Update

This commit is contained in:
Sweetbread 2024-12-17 20:11:41 +03:00
parent e0a0721dea
commit 1dee7a5769
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -19,8 +19,8 @@
environment.etc = {
"v2raya/ru_geoip.dat".source = pkgs.fetchurl {
name = "geoip.dat";
url = "https://github.com/runetfreedom/russia-blocked-geoip/releases/download/202411071531/geoip.dat";
hash = "sha256-BBQUTzUIWpSjFxv3R6hGfoE+WTeNcVpc7Ge3eOCKxuY=";
url = "https://github.com/runetfreedom/russia-blocked-geoip/releases/download/202412171524/geoip.dat";
hash = "sha256-QTuTWoT4oa8eqxZ6hop7CNFDXnwolyvCsDYeHeRJxUw=";
};
"v2raya/bolt.db".source = config.sops.secrets.vpn_bolt.path;