Global Proxy

by windingblack
5
4
3
2
1
Score: 38/100

Description

Category: Privacy & Security

The Global Proxy plugin enables users to configure and manage network proxies within Obsidian. It supports multiple proxy types, including SOCKS, HTTP, and HTTPS, allowing seamless navigation in restricted network environments. The plugin prioritizes SOCKS proxies, with fallback options for HTTP/HTTPS or direct connections if proxies fail. Users can customize proxy usage with a blacklist feature to bypass specific URLs and configure plugin-specific tokens for managing network traffic of certain plugins. This tool ensures greater control over network connectivity for enhanced accessibility and functionality.

Reviews

No reviews yet.

Stats

131
stars
14,445
downloads
14
forks
868
days
309
days
322
days
3
total PRs
1
open PRs
0
closed PRs
2
merged PRs
8
total issues
7
open issues
1
closed issues
8
commits

Latest Version

a year ago

Changelog

Add commands

README file from

Github

Global Proxy

Global Proxy is an Obsidian plugin that makes it easy to configure network proxies and use these proxies throughout Obsidian. Currently supported proxy types include socks, http, and https. It may be needed by users in areas with restricted networks.

How to Use

  • Fill in the input boxes with the corresponding proxy address. If all the proxies are invalid, all requests will be direct without using a proxy. If both socks and http/https proxies are set, they may be used. The plugin will use the socks proxy first, and if it fails, it will use the http/https proxy. If the http/https proxy fails, the request will be direct.
  • A few plugins will maintain their own network connections that do not use the default session of Obsidian, so their traffic won't be proxied. However you can declare a Plugin Token to proxy the network traffic of one of these plugins.
  • If blacklist is set, the plugin will not use the proxy for the specified URLs. The bypass list is a comma separated list of rules. The rules are described in the Blacklist section.

Setting Tab

Plugin Token

Here are some Plugin Token examples for popular Obsidian plugins.

Repo Plugin Token
Obsidian-Surfing persist:surfing-vault-${appId}
media-extended persist:mx-player-${appId}

Blacklist

The Bypass List is a comma separated list of rules described below:

  • [ URL_SCHEME "://" ] HOSTNAME_PATTERN [ ":" <port> ] Match all hostnames that match the pattern HOSTNAME_PATTERN. Examples: foobar.com, *foobar.com, *.foobar.com, *foobar.com:99, https://x.\*.y.com:99

  • "." HOSTNAME_SUFFIX_PATTERN [ ":" PORT ] Match a particular domain suffix. Examples: .google.com, .com, http://.google.com

  • [ SCHEME "://" ] IP_LITERAL [ ":" PORT ] Match URLs which are IP address literals. Examples: 127.0.1, [0:0::1], [::1], http://[::1]:99

  • IP_LITERAL "/" PREFIX_LENGTH_IN_BITS Match any URL that is to an IP literal that falls between the given range. IP range is specified using CIDR notation. Examples: 192.168.1.1/16, fefe:13::abc/33.

  • <local> Match local addresses. The meaning of <local> is whether the host matches one of: 127.0.0.1, ::1, localhost.

coffee

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Meld Encrypt
5 years ago by meld-cp
Hide secrets in your Obsidian.md vault
Remotely Secure
2 years ago by sboesen
fork of remotely-save with security upgrades
Password Protection
2 years ago by Qing Li
This is a password plugin for protecting your private notes and diary, no encrypt, no decrypt.
Cryptsidian
5 years ago by triumphantomato
Encrypt all files in your Obsidian.md Vault with a password.
Lock Screen
4 years ago by Eric Biewener
Differential ZIP Backup
2 years ago by vorotamoroz
gpgCrypt
3 years ago by Tjado Mäcke
Seamlessly encrypts your notes using GPG. Supports smartcards for enhanced security! 🔒📝📎
Garble Text
5 years ago by kurakart
Obsidian plugin for exposing Obsidian's garbleText() function
Global Markdown Encryption
2 years ago by shlemiel
a plugin for encrypting obsidian markdowns in-memory, single password based.
HackerOne
3 years ago by neolex
A plugin to get our hackerone reports data into obsidian
GPG Encrypt
2 years ago by Luis Jaramillo
Obsidian Plugin GPG Inline Encrypt
Evernote Decryptor
2 years ago by rcmdnk
Obsidian Plugin for encrypted data imported from Evernote
Crypt It
2 years ago by fyears
Obsidian plugin allowing users to right click on a file to generate an encryption version of the file using a password.
Blur Mode
a year ago by dangehub
Blur Mode - Blur elements on the obsidian interface for presentations or screenshots|模糊模式 - 对obsidian界面上的元素进行模糊处理以便演示或截图
Age Encrypt
a year ago by Metin Ur
A plugin for Obsidian that provides age-based encryption for your notes.
Peekaboo
a year ago by Wang Guoshi
An Obsidian plugin protects your privacy by setting a password to hide notes.
Private Mode
a year ago by markusmo3
Password Audit
a year ago by Sai Prashanth Pulisetti
Password Audit Plugin
Simple Steam Auth
3 months ago by dreamscached
🔑 Generate Steam Guard codes right in your Obsidian vault.