I hereby claim:
- I am ebelliveau on github.
- I am ebelliveau (https://keybase.io/ebelliveau) on keybase.
- I have a public key ASAbLSQvZAdAz4Ra8t-LpU0qM9hVg_xW4vDugVTePy0oZQo
To claim this, I am signing this object:
| # WSL2 network port forwarding script v1 | |
| # for enable script, 'Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser' in Powershell, | |
| # for delete exist rules and ports use 'delete' as parameter, for show ports use 'list' as parameter. | |
| # written by Daehyuk Ahn, Aug-1-2020 | |
| # Display all portproxy information | |
| If ($Args[0] -eq "list") { | |
| netsh interface portproxy show v4tov4; | |
| exit; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| static void | |
| process_remove(u_int32_t id) | |
| { | |
| char *name; | |
| int status = SSH2_FX_FAILURE; | |
| int ret; | |
| name = get_string(NULL); | |
| debug3("request %u: remove", id); |