Skip to content

Commit 00c01d8

Browse files
committed
Revert "Use upstream version of multicast-relay"
This reverts commit 1b83f36. See alsmith/multicast-relay#79.
1 parent a97d0ec commit 00c01d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unifi/gateway.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource "unifi_device" "gateway" {
88
}
99

1010
data "http" "multicast_relay" {
11-
url = "https://raw.githubusercontent.com/alsmith/multicast-relay/master/multicast-relay.py"
11+
url = "https://raw.githubusercontent.com/joshuaspence/multicast-relay/optional-http/multicast-relay.py"
1212
}
1313

1414
resource "remote_file" "multicast_relay" {

0 commit comments

Comments
 (0)