RunpodR
Runpod2y ago
1 reply
PizzaDon111

Securing Gradio App on Runpod with IP Whitelist

Hello, I'm running a Gradio app configured with share=True on Runpod. I can access it, but I'd like to improve security by whitelisting specific IP addresses. I've tried adding echo "python gradio_demo/app.py : 127.0.0.1, <MY IP>" >> /etc/hosts.allow, but this hasn't worked.

Anyone could give me some advice? Thank you so much
Was this page helpful?