mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Allow internal traffic through anubis
It's my power bill its burning!
This commit is contained in:
parent
9d5e8f68b5
commit
c07843b685
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue