forked from mirrors/thatmattlove-hyperglass
Fix 6WIND ping directive
This commit is contained in:
parent
ee7d8752f8
commit
8d21da01a1
1 changed files with 2 additions and 2 deletions
|
|
@ -44,12 +44,12 @@ SixWind_Ping = BuiltinDirective(
|
||||||
RuleWithIPv4(
|
RuleWithIPv4(
|
||||||
condition="0.0.0.0/0",
|
condition="0.0.0.0/0",
|
||||||
action="permit",
|
action="permit",
|
||||||
command="cmd ping packetsize 256 source {source4} {target}",
|
command="cmd ping count 8 packetsize 256 source {source4} {target}",
|
||||||
),
|
),
|
||||||
RuleWithIPv6(
|
RuleWithIPv6(
|
||||||
condition="::/0",
|
condition="::/0",
|
||||||
action="permit",
|
action="permit",
|
||||||
command="cmd ping packetsize 256 ipv6 source {source6} {target}",
|
command="cmd ping count 8 packetsize 256 ipv6 source {source6} {target}",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
field=Text(description="IP Address, Prefix, or Hostname"),
|
field=Text(description="IP Address, Prefix, or Hostname"),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue