Skip to content

Commit ca90b1e

Browse files
committed
Daemon - tau should default to having its udp API restricted to the loopback network
1 parent 5f85e90 commit ca90b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/bin/daemon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ def initialize(ports, kill_switch, token)
939939
Util.log "Daemon listening to info from Tau on port #{ports["daemon"]}"
940940

941941
ENV["TAU_CUES_ON"] = "true"
942-
ENV["TAU_OSC_IN_UDP_LOOPBACK_RESTRICTED"] = "false"
942+
ENV["TAU_OSC_IN_UDP_LOOPBACK_RESTRICTED"] = "true"
943943
ENV["TAU_MIDI_ON"] = "true"
944944
ENV["TAU_LINK_ON"] = "true"
945945
ENV["TAU_OSC_IN_UDP_PORT"] = "#{ports["osc-cues"]}"

0 commit comments

Comments
 (0)