Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed Jun 27, 2024
1 parent e040b31 commit 6960678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/pve_https_forward/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
table: nat
chain: PREROUTING
protocol: tcp
destination: "{{ ansible_host }}" # To avoid collision with other services exposing the same port on a different ip
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 6960678

Please sign in to comment.