Hello,
Im trying to create a new service via unix command for the mac. Essentially, a what I'm looking for is when a user plugs into a thunderbolt bridge that service is already created and the explict proxy has already been set.
This is where I'm at .. can't seem to figure it out:
sudo networksetup -createnetworkservice “Thunderbolt Bridge” “bridge1”
sleep 20
sudo networksetup -setwebproxy "Thunderbolt Bridge" xx
sudo networksetup -setftpproxy "Thunderbolt Bridge" xx
sudo networksetup -setsecurewebproxy "Thunderbolt Bridge" xx
sudo networksetup -setstreamingproxy "Thunderbolt Bridge" xx
Any advice?