I'd love to have smart connection rules. The idea is pretty simple, but would be a great one that solves a couple of suggestions I have previously made.
Allows rules to activate and deactivate AlmostVPN Pro based on IP.
For example, I work on different networks, and these require different profiles. However, one thing that is unique is the ip address (or net) that the laptop has at the time.
For example, I might be assigned an ip of 172.166.1.221 at one client so a rule like
# turn all off and then turn on Profile_1
If IP_ADDR = 172.166.1.* then turn off other profiles and turn on Profile_1
# stopping AlmostVPN completely
if IP_ADDR = 192.168.2.* then turn off all profiles
# turn on profile_2 leaving other profiles that are on
if IP_ADDR = 205.23.55.12 then turn on Profile_2