Skip to content

Commit

Permalink
Use upstream version of multicast-relay
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspence committed Nov 2, 2023
1 parent e6a4e42 commit 1b83f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unifi/gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "unifi_device" "gateway" {
}

data "http" "multicast_relay" {
url = "https://raw.githubusercontent.com/joshuaspence/multicast-relay/broadcast/multicast-relay.py"
url = "https://raw.githubusercontent.com/alsmith/multicast-relay/master/multicast-relay.py"
}

resource "remote_file" "multicast_relay" {
Expand Down

0 comments on commit 1b83f36

Please sign in to comment.