Skip to content

Commit

Permalink
fix: HTTPS forward restricted to avoid collisions (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota authored Feb 23, 2024
1 parent 95cebb7 commit 316e6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/pve_https_forward/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
protocol: tcp
destination_port: 443
to_ports: 8006
source: "{{ ansible_host }}" # To avoid collision with other services exposing the same port on a different ip
jump: REDIRECT
comment: "Enable Proxmox admin interface on 443"
in_interface: vmbr0 # Must be specified to prevent docker containers calling 443 to be redirected to local
Expand Down

0 comments on commit 316e6e8

Please sign in to comment.