anvil-works / anvil-runtime

The runtime engine for hosting Anvil web apps
https://anvil.works/open-source
Other
904 stars 117 forks source link

Google cloud VM - what can be an alternative to '/etc/sysctl.d/50-unprivileged-ports.conf' #57

Closed psychedel closed 2 years ago

psychedel commented 2 years ago

What can be alternative to

$ sudo su
\# echo 'net.ipv4.ip_unprivileged_port_start=0' > /etc/sysctl.d/50-unprivileged-ports.conf
\# sysctl --system

when it's not possible to go with it?

Thanks and have a nice day!