13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
# Trusted list is intended to do not apply any limitations for trustees
|
|
#
|
|
# Private subnet example
|
|
# 10.0.0.0/8
|
|
# Docker-compose subnet
|
|
172.16.0.0/12
|
|
# Local network subnet
|
|
192.168.0.0/16
|
|
# Allow loopback interface
|
|
127.0.0.1
|
|
::1
|
|
# Allow trusted IPs or CIDRs below
|