Philipp Hörist pushed to branch master at gajim / gajim


Commits:
aa5cb0a9 by wurstsalat at 2023-02-20T19:55:08+00:00
imprv: Proxies: Add 'Tor (Browser)' default proxy setting

- - - - -


1 changed file:

- gajim/common/setting_values.py


Changes:

=====================================
gajim/common/setting_values.py
=====================================
@@ -584,6 +584,11 @@ class WorkspaceSettings(TypedDict):
         'host': 'localhost',
         'port': 9050
     },
+    'Tor (Browser)': {
+        'type': 'socks5',
+        'host': 'localhost',
+        'port': 9150
+    },
 }
 
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/aa5cb0a9098d07d8622751d6eb5d9ce57dadc4dc

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/aa5cb0a9098d07d8622751d6eb5d9ce57dadc4dc
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to