Allow internal traffic through anubis

It's my power bill its burning!
This commit is contained in:
Jake Howard 2026-06-08 15:18:10 +01:00
parent 9d5e8f68b5
commit c07843b685
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477

View file

@ -2,3 +2,10 @@ bots:
- import: (data)/meta/default-config.yaml
- import: (data)/clients/docker-client.yaml
- import: (data)/clients/git.yaml
- name: allow-internal-network
action: ALLOW
remote_addresses:
- "{{ tailscale_cidr }}"
- "{{ tailscale_cidr_ipv6 }}"
- "{{ pve_hosts.internal_cidr }}"
- 192.168.0.0/16