22 lines
464 B
Plaintext
22 lines
464 B
Plaintext
|
# Load the RatOS moonraker defaults
|
||
|
[include config/moonraker.conf]
|
||
|
|
||
|
# If you use a "special" ip range in your local network,
|
||
|
# you can specify it under trusted_clients here.
|
||
|
[authorization]
|
||
|
cors_domains:
|
||
|
*://app.fluidd.xyz
|
||
|
https://my.mainsail.xyz
|
||
|
http://my.mainsail.xyz
|
||
|
http://*.local
|
||
|
http://*.lan
|
||
|
trusted_clients:
|
||
|
127.0.0.1
|
||
|
10.0.0.0/8
|
||
|
127.0.0.0/8
|
||
|
169.254.0.0/16
|
||
|
172.16.0.0/12
|
||
|
192.168.0.0/16
|
||
|
FE80::/10
|
||
|
::1/128
|