fix(front-end): use anvil ip

main
Josue 3 years ago
parent 102981d8a9
commit d0dd8db6db
  1. 2
      striker-ui/components/Display/FullSize.tsx

@ -120,7 +120,7 @@ const FullSize = ({ setMode, uuid }: PreviewProps): JSX.Element => {
<Box>
<VncDisplay
rfb={rfb}
url={`wss://spain.cdot.systems:${vncConnection.forward_port}`}
url={`${vncConnection}://108.168.17.168:${vncConnection.forward_port}`}
style={displaySize}
/>
</Box>

Loading…
Cancel
Save