26 lines
695 B
YAML
26 lines
695 B
YAML
http:
|
|
middlewares:
|
|
compress:
|
|
compress: {}
|
|
|
|
# https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
|
|
floc-block:
|
|
headers:
|
|
customResponseHeaders:
|
|
Permissions-Policy: interest-cohort=()
|
|
|
|
tailscale-only:
|
|
ipWhiteList:
|
|
sourceRange:
|
|
- "{{ tailscale_cidr }}"
|
|
- "{{ tailscale_cidr_ipv6 }}"
|
|
- "{{ pve_hosts.forrest.ip }}"
|
|
- "{{ pve_hosts.forrest.ipv6 }}"
|
|
|
|
private-access:
|
|
ipWhiteList:
|
|
sourceRange:
|
|
- "{{ tailscale_cidr }}"
|
|
- "{{ tailscale_cidr_ipv6 }}"
|
|
- "{{ pve_hosts.internal_cidr }}"
|
|
- "{{ pve_hosts.internal_cidr_ipv6 }}"
|