socks_browser/socks-browser.config.psd1
2026-01-19 10:11:49 +01:00

16 lines
No EOL
561 B
PowerShell

@{
# =========================
# 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"
}