mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
add helper to show forwarding status
This commit is contained in:
parent
bcef2f02d9
commit
286966d1f5
2 changed files with 14 additions and 0 deletions
6
dotfiles/bin/wslshowhypervforwarding
Executable file
6
dotfiles/bin/wslshowhypervforwarding
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
#
|
||||
# This dotfile is managed using dotdrop
|
||||
#
|
||||
powershell.exe -ExecutionPolicy Bypass "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"
|
Loading…
Add table
Add a link
Reference in a new issue