Skip to content

Commit

Permalink
fixup! add tailscale module to main controller
Browse files Browse the repository at this point in the history
  • Loading branch information
activeshadow committed Mar 8, 2024
1 parent 7762be0 commit 7636057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion configs/ot-sim/main-controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<module name="tailscale">ot-sim-tailscale-module {{config_file}}</module>
</cpu>
<tailscale>
<hostname>wtg-1</hostname>
<accept-dns>false</accept-dns>
</tailscale>
<ground-truth>
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
- 1880:1880
environment:
- OTSIM_TAILSCALE_AUTHKEY=${OTSIM_TAILSCALE_AUTHKEY}
hostname: ${HOSTNAME}
networks:
vpc:
ipv4_address: 10.11.12.100
Expand Down

0 comments on commit 7636057

Please sign in to comment.