vpn: Update

This commit is contained in:
Sweetbread 2024-12-26 18:48:11 +03:00
parent 6e5568e330
commit f76b88cf4b
3 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

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/202412171524/geoip.dat";
hash = "sha256-QTuTWoT4oa8eqxZ6hop7CNFDXnwolyvCsDYeHeRJxUw=";
url = "https://github.com/runetfreedom/russia-blocked-geoip/releases/download/202412261521/geoip.dat";
hash = "sha256-n3Qvz97iunFZnWPQv+KfIgjE2kKCu2FUXoJSdqYvs9Q=";
};
"v2raya/bolt.db".source = config.sops.secrets.vpn_bolt.path;