Created
July 23, 2020 06:01
-
-
Save Quaker762/59bd2b33f3d148e0ccc9b6bdb395fb54 to your computer and use it in GitHub Desktop.
ipconfiguration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OBJECT | |
name: ipProtocol | |
rows: | |
row 0: | |
protocol: ipv4 | |
additionalIPv4: none; | |
row 1: | |
protocol: ipv4 | |
additionalIPv4: 4; | |
row 2: | |
protocol: ipv4 | |
additionalIPv4: 8; | |
row 3: | |
protocol: ipv4 | |
additionalIPv4: 16; | |
row 4: | |
protocol: ipv6 | |
additionalIPv4: none; | |
{name: ipProtocol, rows:[ | |
{protocol: ipv4, additionalIPv4: none}, | |
{protocol: ipv4, additionalIPv4: 4}, | |
{protocol: ipv4, additionalIPv4: 8}, | |
{protocol: ipv4, additionalIPv4: 16}, | |
{protocol: ipv6, additionalIPv4: none}, | |
]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment