Skip to content

Commit fc38212

Browse files
committed
chore: lint fix
1 parent c2f35eb commit fc38212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/pfctl.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export async function start(up, down, rtt = 0, packetLoss = 0) {
1414

1515
await shell(
1616
'echo "dummynet in inet from any to ! 127.0.0.1 pipe 1\n' +
17-
'dummynet out inet from ! 127.0.0.1 to any pipe 2\n' +
18-
'dummynet in inet6 from any to ! ::1 pipe 1\n' +
19-
'dummynet out inet6 from ! ::1 to any pipe 2" | sudo pfctl -f -'
17+
'dummynet out inet from ! 127.0.0.1 to any pipe 2\n' +
18+
'dummynet in inet6 from any to ! ::1 pipe 1\n' +
19+
'dummynet out inet6 from ! ::1 to any pipe 2" | sudo pfctl -f -'
2020
);
2121

2222
if (down) {

0 commit comments

Comments
 (0)