permit allowed apps to access LAN

Home Forums Discussions Support permit allowed apps to access LAN

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12257
    terijapl
    Participant

      using wiresock right now, very happy with it, but one thing i wish i could do, is permit apps present on the AllowedApps list to connect to devices within my LAN. how can i do that?

      #12258
      terijapl
      Participant

        for the record, i tried to do this with AllowedIPs by including all the addresses other than my LAN (10.0.0.0/24), so i tried to do this:

        AllowedIPs = 0.0.0.0/5,8.0.0.0/7,10.0.1.0/1,128.0.0.0/1,::/0

        in theory that should have included the IP range of 0.0.0.0-9.255.255.255 and 10.0.1.0 to 255.255.255.255, leaving a gap for my LAN, 10.0.0.0 to 10.0.0.255. but i guess there’s something else that has to be done? because that won’t work

        #12261
        Vadim Smirnov
        Keymaster

          I use DisallowedIPs to exclude my LAN (192.168.1.0/24) for Chrome:

          AllowedApps = chrome
          DisallowedIPs = 192.168.1.0/24
          #12268
          terijapl
          Participant

            thanks, I’ll try that. for the time being I just made copies of the exe files i want (thankfully these apps didn’t complain) and run them with different names, so they’re not going through wiresock.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.