Quantcast
Channel: Objective Development Forums
Viewing all articles
Browse latest Browse all 4524

How to block an app if I have only traffice via SOCKS proxy?

$
0
0
My MacBook in office does not have internet access. So I set up an instant SOCKS Proxy over SSH to access the internet. The WIFI is off and is connected to the company LAN:

 IP address:  192.168.8.250
 Subnet mask: 255.255.255.0
 Router:      192.168.8.1
 DNS server:  8.8.8.8


Be default, there is not internet access.

There a Linux development box (192.168.12.128) which has access to the internet, so I set up an instant SOCKS proxy to gain internet access for my MacBook:

ssh -fND localhost:30000 ohho@192.168.12.128


Then in my MacBook's System Preferences > Network > Proxies

 (Enable) SOCKS Proxy
 SOCKS Proxy sever: 127.0.0.1:30000
 Bypass proxy settings for these Hosts & Domains:
   *.local, 169.254/16, 127.0.0.1


So I can access the internet.

How can I setup Little Snitch that I do not allow outgoing nor incoming traffic for an app, e.g. Safari ?

Viewing all articles
Browse latest Browse all 4524

Trending Articles