-
vtnerd__
as per DNSSEC stuff - some weird stuff happens with dns caching
-
vtnerd__
my ubiquiti boxes only relay DNSSEC stuff when its not in their cache
-
vtnerd__
i.e. if it knows about the entry, it doesn't relay DNSSEC stuff by default
-
vtnerd__
theres a way around this, but I haven't bothered
-
vtnerd__
kind of stopped my DANE/TLSA stuff for wallet2 a bit because it didn't always work like I wanted
-
vtnerd__
I should probably still just push on that, and let everyone else do DNS caching stuff, but yikes
-
vtnerd__
basically the patch allowed someone to set a DANE/TLSA entry instead of doing SSL cert signing stuff, but it got ruined with some routers
-
vtnerd__
dsc_ selsta ^
-
dsc_
vtnerd__: perhaps most DNSSEC applications that use libunbound do *not* use this `ub_ctx_resolvconf()` that Monero uses, because often times it defaults to whatever is in /etc/resolv.conf, which is whatever the router pushed, and routers can be tricky resolving DNSSEC (?)
-
dsc_
'routers can be tricky resolving DNSSEC' <== which is the ISP in most default cases
-
vtnerd__
yeah if its using `/etc/resolv.conf` its probably using router pushed DHCP dns
-
vtnerd__
yeah thats another issue
-
dsc_
right
-
vtnerd__
in my case it wasn't an ISP issue, it was the local router
-
vtnerd__
the caching software by default doesn't store the relevant DNSSEC entries, so it only gets forwarded on first fetch, not on subsequent cached requests
-
vtnerd__
you apparently have to set a specific config to do this sometimes iirc
-
dsc_
well, at least Monero doesnt pull random DNS server out of its ass (which can be perceived as questionable behaviour), currently it is either 1) following resolv.conf 2) or manually supplying it an address - so maybe we should not fix anything at all
-
dsc_
instead we need to wait till the router vendors fix their hardware :P
-
vtnerd__
at the least I would try pointing it at your local ISP first to see ...
-
dsc_
right
-
vtnerd__
yeah I wouldn't hardcode a DNS server, because that would be considered a privacy leak unfortunately
-
hyc
funny - Alex Gladstein actually mentions Monero these days
twitter.com/gladstein/status/1552026101110546432
-
Torr
How's that guy?
-
Torr
Who's*
-
hyc
head of Human Rights Foundation, claims to be a big privacy advocate but always pumps Bitcoin
-
hyc
tweets like the above shows he's finally acknowledging that Bitcoin privacy sucks and is beyond capability of ordinary users
-
hyc
there's also rumors that HRF is a CIA front, and they promoted BTC specifically because they know it's traceable
-
hyc
he's spent years saying Bitcoin privacy is great and nobody needs Monero or anything else
-
Torr
A shill, eh
-
hyc
or rather - he's spent years saying all you need is bitcoin, and ignoring everything else
-
hyc
a shill in a highly sensitive organization, supposedly protecting dissidents and other marginalized people
-
dsc_
sometimes I also think those BTC maxis with huge social medai followings are following some questionable agendas because there is no other explanation for their stupidity and short sightedness
-
Torr
Well, Monero is the best chain out there, there's a limit to how long these people can ignore it.
-
Torr
Or conceal, if so they try.
-
hyc
yeah, the blinders are coming off
-
hyc
that thread is the 1st time I've seen him bring up Monero in a discussion
-
dsc_
I was looking at the BTC marketcap vs XMR earlier today
-
dsc_
its 150x bigger
-
dsc_
we have some catching up to do still :P
-
hyc
yeah. but if we're hitting 20% of BTC's daily txns, I think that really means BTC is way over-valued
-
dsc_
thats definitely some stats to be proud of :)
-
hyc
and keeping in mind that over 75% of BTC txns are mixers/tumblers and inter-exchange arbitrage, BTC's true utility is actually far less than XMR's
-
Torr
dsc_: And those Btcs are unlikely to move anytime son due to its deflationary and high fee nature.
-
Torr
soon*
-
Torr
See ya
-
Poeticode
Is it possible to set up a monero node that can only be accessed from your local network?
-
minth
yes
-
minth
I don't know how but it's definitely possible, I don't think it's difficult
-
moneromooo
You'd avoid forwarding data for that IP/port on your router.
-
moneromooo
Or if you're lucky and have two NICs, only one of which has access to the WAN, you'd bind to the other's IP.
-
Poeticode
Gotcha, so I'd basically follow a regular guide and skip router port-forwarding. That makes sense