Trusted_domains not working for local ip

I can’t seem to get the local ip to work with trusted domain. The first two are working but I cant seem to add the local ip.

‘trusted_domains’ =>
array (
0 => ‘domain.com:444’,
1 => ‘domain.com:90’,
2 => ‘192,168.1.100:444’,
),

Just correct it to 192.168.1.100:444.

1 Like

That broke everything. I had a closer look and I have a , instead of . after 192 in the ip address. Once I changed it to . it worked.

1 Like