first commit
This commit is contained in:
commit
4f3ee338ae
3 changed files with 330 additions and 0 deletions
16
socks-browser.config.psd1
Normal file
16
socks-browser.config.psd1
Normal 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"
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue