socks_browser/socks-browser.config.psd1

16 lines
561 B
PowerShell
Raw Normal View History

2026-01-19 10:11:49 +01:00
@{
# =========================
# SSH configuration
# =========================
SshExe = "C:\Windows\System32\OpenSSH\ssh.exe"
AskPassExe = "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw64\bin\git-askpass.exe"
HostAlias = "alamaison"
LocalPort = 33333
# =========================
# Browser configuration
# =========================
BrowserExe = "C:\Program Files\Mozilla Firefox\firefox.exe"
BrowserProcessName = "firefox"
}