eventure / hide.client.linux

Hide.me CLI VPN client for Linux
https://hide.me
GNU General Public License v2.0
90 stars 35 forks source link

Format for the /opt/hide.me/config #12

Closed bslavin closed 3 years ago

bslavin commented 3 years ago

I am trying to use systemctl and pass the -s 192.168.1.0/24 network

my config file is:

OPTIONS=-s 192.168.1.0/24

but each time I restart I lose the ability to ping local machines.

I have tried OPTIONS="-s 192.168.1.0/24" OPTIONS=-s 192.168.1.0/24 OPTIONS=-'s 192.168.1.0/24' OPTIONS=s 192.168.1.0/24

Any help on the syntax would be appreciated.

tcohar commented 3 years ago

Hi,

the following format should work, I tested it again:

OPTIONS=-s 192.168.1.0/24