Skip to content

shiretu/osx_traffic_shaping_helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For this helpers to work, first thing that must be done is to add this into the firewall rules file (/etc/pf.conf):

dummynet-anchor "bandwidthLimitingStuff"
anchor "bandwidthLimitingStuff"

Than all traffic shaping wil be done in that anchor. Long story short, an anchor is a way to tell the firewall to reset and work only with that section. Without anchors, all the firewall is reset and re-written.

After the file was edited, restart is required. When that is done, scripts can be used to adjust that anchor in firewall and traffic shapping can happen :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages