fieldOfView / OctoPrint-ngrok

An OctoPrint Plugin that provides remote access using ngrok
GNU Affero General Public License v3.0
15 stars 8 forks source link

[Feature Request] Option to disable external access check #17

Closed jneilliii closed 3 years ago

jneilliii commented 3 years ago

Would be cool idea to add an option to disabled the external access check by setting the below in config.yaml. Idea came from a user on Discord.

server:
  ipCheck:
    enabled: false
fieldOfView commented 3 years ago

It would be great if I could somehow whitelist ngrok connections so the ipCheck would still be enabled for other types of access.

fieldOfView commented 3 years ago

The devel branch now has the option to not show the External Access warning.