Add 10.0.19.221 to allowed origins
Allow HTTP connections from internal IP 10.0.19.221 for k3s cluster access 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
beb40cf625
commit
ce5724973c
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ if config_env() == :prod do
|
|||
server: true,
|
||||
check_origin: [
|
||||
"https://#{host}",
|
||||
"http://10.0.19.221",
|
||||
"http://10.0.19.222:33897",
|
||||
"https://aprs.me",
|
||||
"https://www.aprs.me",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue