2020-02-02 21:10:29 +00:00
|
|
|
http:
|
|
|
|
middlewares:
|
2020-07-22 12:18:49 +01:00
|
|
|
compress:
|
|
|
|
compress: {}
|
2021-04-18 22:19:24 +01:00
|
|
|
|
|
|
|
# https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
|
|
|
|
floc-block:
|
|
|
|
headers:
|
|
|
|
customResponseHeaders:
|
|
|
|
Permissions-Policy: interest-cohort=()
|
2024-03-07 22:30:10 +00:00
|
|
|
|
|
|
|
tailscale-only:
|
2024-03-21 23:20:27 +00:00
|
|
|
ipWhiteList:
|
2024-03-07 22:30:10 +00:00
|
|
|
sourceRange:
|
|
|
|
- "{{ tailscale_cidr }}"
|
|
|
|
- "{{ tailscale_cidr_ipv6 }}"
|
2024-03-22 14:22:53 +00:00
|
|
|
- "{{ pve_hosts.forrest.ip }}"
|
2024-04-20 18:00:08 +01:00
|
|
|
- "{{ pve_hosts.forrest.ipv6 }}"
|
2024-03-21 23:20:27 +00:00
|
|
|
|
|
|
|
private-access:
|
|
|
|
ipWhiteList:
|
|
|
|
sourceRange:
|
|
|
|
- "{{ tailscale_cidr }}"
|
|
|
|
- "{{ tailscale_cidr_ipv6 }}"
|
|
|
|
- "{{ pve_hosts.internal_cidr }}"
|
2024-04-20 18:00:08 +01:00
|
|
|
- "{{ pve_hosts.internal_cidr_ipv6 }}"
|