aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-05-09 14:53:09 +0000
committerterminaldweller <devi@terminaldweller.com>2025-05-09 14:53:09 +0000
commitcf5499db368a1cb52ab734d204f08bbcc114a890 (patch)
tree03e4c28a170a5c2318093e6a417fde9830ab5061 /plugins
parentnow using the options for the google models again (diff)
downloadmilla-main.tar.gz
milla-main.zip
addes user agents. added aliases.HEADmain
Diffstat (limited to 'plugins')
-rw-r--r--plugins/repology.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/repology.lua b/plugins/repology.lua
index 952be5e..57278b6 100644
--- a/plugins/repology.lua
+++ b/plugins/repology.lua
@@ -5,7 +5,7 @@ local json = require("json")
-- https://repology.org/api
-- /repology void_x86_64
function repology(arg)
- os.setenv("http_proxy", "http://172.17.0.1:8120")
+ -- os.setenv("http_proxy", "http://172.17.0.1:8120")
local http = require("http")