first commit

This commit is contained in:
cpinte 2026-01-19 10:11:49 +01:00
commit 4f3ee338ae
3 changed files with 330 additions and 0 deletions

16
socks-browser.config.psd1 Normal file
View file

@ -0,0 +1,16 @@
@{
# =========================
# 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"
}