fieldOfView / OctoPrint-ngrok

An OctoPrint Plugin that provides remote access using ngrok

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Option to disable external access check

jneilliii opened this issue · comments

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

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

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