aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-02-12 00:24:08 -0500
committertdro <tdro@users.noreply.github.com>2022-02-12 00:24:08 -0500
commita1707e8990dbbe17ea0a2f53271b99791713dc87 (patch)
tree08cbb76987520fb261362363bdf34c5bd5cbfb20 /.local
parentb23d60e0618b2d2b1993104c07ca77838504a92b (diff)
downloaddotfiles-a1707e8990dbbe17ea0a2f53271b99791713dc87.tar.gz
dotfiles-a1707e8990dbbe17ea0a2f53271b99791713dc87.tar.bz2
dotfiles-a1707e8990dbbe17ea0a2f53271b99791713dc87.zip
.local/bin/vnc: Use internal domain
Move away from mdns and avahi.
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/vnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/vnc b/.local/bin/vnc
index 093a292..f8b4206 100755
--- a/.local/bin/vnc
+++ b/.local/bin/vnc
@@ -1,7 +1,7 @@
#!/bin/sh -eu
host="$1"
-address="$host.local"
+address="$host.internal"
. "$HOME/.vnc/keys/macs"