Skip to content

Commit

Permalink
Update agent.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
bored-engineer authored Oct 2, 2023
1 parent 32ccbcd commit cbe934a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions example/agent.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
<dict>
<key>Listeners</key>
<dict>
<key>SockServiceName</key>
<string>1337</string>
<key>SockType</key>
<string>stream</string>
<key>SockFamily</key>
<string>IPv4v6</string>
<key>SockFamily</key>
<string>IPv4v6</string>
<key>SockNodeName</key>
<string>0.0.0.0</string>
<key>SockProtocol</key>
<string>TCP</string>
<key>SockServiceName</key>
<string>1337</string>
</dict>
</dict>
</dict>
Expand Down

0 comments on commit cbe934a

Please sign in to comment.