You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only valid settings for the LEMONADE_ALLOWED_ORIGINS environment variable are domain names, specific IP addresses or '*'.
When I want to give access to any device on my local network (actually on one of my vLan's) I have to list all the IP addresses or just use the '*'.
The Environment variable should recognise CIDR notation and correctly apply restrictions.
Examples:
10.0.0.0/24 should allow connection from any machine with a 10.0.0.x ip address.
192.168.0.0/16 should allow connection from any machine with a 192.168.x.x ip address.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Currently the only valid settings for the LEMONADE_ALLOWED_ORIGINS environment variable are domain names, specific IP addresses or '*'.
When I want to give access to any device on my local network (actually on one of my vLan's) I have to list all the IP addresses or just use the '*'.
The Environment variable should recognise CIDR notation and correctly apply restrictions.
Examples:
10.0.0.0/24 should allow connection from any machine with a 10.0.0.x ip address.
192.168.0.0/16 should allow connection from any machine with a 192.168.x.x ip address.
All reactions