IOS Swift
From Hawk Wiki
Contents
Swift Introduction
Swift Intermediate
Swift code snippets
Swift Framework/Feature Tutorials
Swift Tips and Best Practice
mac block outgoing request for ip
https://medium.com/@justmyfreak/blocking-outgoing-ip-on-mac-using-pf-ac12262248d2
sudo vim /etc/pf.conf # add block drop from any to <IP Address> # save # apply change sudo pfctl -f /etc/pf.conf # verify info sudo pfctl -s info #if not enable, enable by sudo pfctl -e