MELAND - 2024-08-08

hello, i'm wondering if anyone know how to setup server to push static routes
in the ini file there is this line

;StaticRoute=192.168.11.1/255.255.255.0, 192.168.12.1/255.255.255.0

however i don't get the syntax, this looks to be 2 subnet for the route destination, but there is no next-hop address, i want the next hop to be different from the default gateway

i tried to add next hop after the subnet, like this
StaticRoute=192.168.11.1/255.255.255.0 192.168.2.254, 192.168.12.1/255.255.255.0 192.168.2.254

but it doesn't seem to work.. can anyone help?