Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public struct PacketFilter {
let reloadProcess = Foundation.Process()
var reloadStatus: Int32

reloadProcess.executableURL = URL(fileURLWithPath: "/sbin/reloadProcess")
reloadProcess.executableURL = URL(fileURLWithPath: "/sbin/pfctl")
reloadProcess.arguments = ["-f", configURL.path]
reloadProcess.standardOutput = null
reloadProcess.standardError = null
Expand Down