Kodi no longer on Wireguard and requires (horrible) auth on LAN
This commit is contained in:
parent
be4b5bd30c
commit
fd9ae59e09
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Required settings
|
||||
host=10.10.0.66
|
||||
host=192.168.2.66
|
||||
port=8080
|
||||
|
||||
# Optional login for Kodi
|
||||
#user=
|
||||
#pass=
|
||||
user=kodi
|
||||
pass=kodi
|
||||
|
||||
# Settings for netcat (local file)
|
||||
local_hostname=$(hostname)
|
||||
|
|
Loading…
Reference in New Issue