MallocArray / obico-oraclecloud

Self Hosted Obico server on Oracle Cloud Free Tier
53 stars 3 forks source link

ip adress access if changed every 24 h #13

Closed badplay closed 1 year ago

badplay commented 1 year ago

hello

in my country our public ip adresses are changed every 24h so is there a way to use this server with ip restriction? or is there a way to use dns provider to check for the new ip adresses?

MallocArray commented 1 year ago

As far as I know, the firewall only supports IP addresses and not a DNS entry. You could leave it wide open to 0.0.0.0 although that is not a great idea. Or if you know the block of IP addresses you get them from, you could add the entire subnet.

There are ways to setup a reverse proxy so you can secure the site with HTTPS, but that is outside of the scope of this project.