Licaon_Kter: that is a horrible hack and won't work if any kind of bogon filtering is deployed on the local network
tom
Aka 'rebind protection'
tom
Any case you can setup your own local .lan tld
tom
If your router is openwrt you already have this
tom
Or just add an entry in your hosts file
im0209has left
insanityhas left
Melhas left
kikuchiyohas joined
im0209has joined
jayteeukhas left
jayteeukhas joined
jayteeukhas left
jayteeukhas joined
kikuchiyohas left
kikuchiyohas joined
im0209has left
Nils (10rokita)has left
Nils (10rokita)has joined
paulhas joined
kikuchiyohas left
jayteeukhas left
jayteeukhas joined
jayteeukhas left
jayteeukhas joined
sonnyhas left
sonnyhas joined
sonnyhas left
sonnyhas joined
kikuchiyohas joined
insanityhas joined
insanityhas left
insanityhas joined
kikuchiyohas left
jayteeukhas left
jayteeukhas joined
jayteeukhas left
jayteeukhas joined
sonnyhas left
sonnyhas joined
seandreashas joined
Pingu from Woodquarterhas left
Licaon_Kterhas left
Licaon_Kterhas joined
404.cityhas joined
jayteeukhas left
jayteeukhas joined
sonnyhas left
sonnyhas joined
sonnyhas left
sonnyhas joined
404.cityhas left
sonnyhas left
sonnyhas joined
insanityhas left
perflysthas joined
jayteeukhas left
jayteeukhas joined
rintinfinnhas left
Menelhas left
Menelhas joined
perflysthas left
perflysthas joined
rintinfinnhas joined
rintinfinnhas left
rintinfinnhas joined
holgerhas left
kikuchiyohas joined
kikuchiyohas left
rintinfinnhas left
kikuchiyohas joined
rintinfinnhas joined
kikuchiyohas left
dropshas left
dropshas joined
Beherithas left
Melhas joined
Beherithas joined
jayteeukhas left
jayteeukhas joined
Huxxhas left
Huxxhas joined
perflysthas left
Ellenor Malik
> tom Wrote:
> Any case you can setup your own local .lan tld
> If your router is openwrt you already have this
> Or just add an entry in your hosts file
Hosts file is not sufficient, you need srv records too
rintinfinnhas left
rintinfinnhas joined
jayteeukhas left
jayteeukhas joined
rintinfinnhas left
stpeterhas joined
kikuchiyohas joined
rintinfinnhas joined
holgerhas joined
daidojihas joined
rintinfinnhas left
kikuchiyohas left
rintinfinnhas joined
Douglas Terabytehas left
rintinfinnhas left
daidoji
Ellenor Malik oh that makes sense. I've seen those referenced in tutorials, I was hoping I could just do it with hosts file hacking
kusonekohas joined
rintinfinnhas joined
jonas’
daidoji, hosts file is sufficient, but if you’re running it in docker, that won’t use your global /etc/hosts✎
jonas’
daidoji, hosts file is sufficient, but if you’re running it in docker, that won’t use your hosts /etc/hosts ✏
jonas’
daidoji, hosts file is/should be sufficient, but if you’re running it in docker, that won’t use your hosts /etc/hosts ✏
jonas’
you may have to start the docker container with --add-host something
daidoji
oh so the SRV records aren't necessary? I passed the hosts file into the docker container on build
daidoji
oh okay, I'll try that
jonas’
I’m fairly certain that docker will override that
jonas’
for its own network stuff
jonas’
but yeah, --add-host is the way to go
daidoji
oh
daidoji
okay
jonas’
for context: SRV records are *preferred*, but if they don’t exist for the domain you’re using, fallback to standard address resolution is performed
jonas’
which in most cases will include a lookup in /etc/hosts
404.cityhas joined
rintinfinnhas left
rintinfinnhas joined
daidoji
👍
jonas’
what will 100% not work are IP addresses, those will only cause pain and suffering
daidoji
yeah unfortunately. Is there a reason they didn't allow for that in the standard?
jonas’
it’s just like email in that regard...
daidoji
or maybe it is allowed just not many implementations seem to respect it?
daidoji
oh I see. So the Federation stuff works.
jonas’
I think technically it could work, but noone bothers. There are many caveats around that, e.g. in the context of TLS verification.
daidoji
ahhh
daidoji
yeah that's true
jonas’
and any "real" deployment will have a domain, even if just to be able to move to a different server
jonas’
without having to recreate all accounts
daidoji
true
rintinfinnhas left
daidoji
well thanks for your help. I'm gonna give it another shot today