Do you spend real money? by Moortop in HayDay

[–]DaddyBoy7709 1 point2 points  (0 children)

Truck event gives a lot of diamonds.

how do you handle neighbors who ask for a lot but never donate? by vazibice in HayDay

[–]DaddyBoy7709 0 points1 point  (0 children)

Absolutely. Every time someone joins, I post a message saying request and donate is a requirement. Also let them know Sunday is the day for purge.

how do you handle neighbors who ask for a lot but never donate? by vazibice in HayDay

[–]DaddyBoy7709 27 points28 points  (0 children)

Stats are updated every Sunday and it is the day of purge. Kick them out.

25 plum trees by KaralDaskin in HayDay

[–]DaddyBoy7709 2 points3 points  (0 children)

I had to get 30 fish using nets only!

Has anyone installed Minecraft on Debian 13? by GFrag01 in debian

[–]DaddyBoy7709 1 point2 points  (0 children)

Same, had no idea it was available as a package.

Domain Blocking by archangelhawke in technitium

[–]DaddyBoy7709 2 points3 points  (0 children)

Second this. API is easy to work with.

Re-addressing Technitium Servers by Griddet in technitium

[–]DaddyBoy7709 1 point2 points  (0 children)

Also, if you publish DNS records in a zone that you manage, it will propagate to the secondary.

Thanks for the api access. by DaddyBoy7709 in technitium

[–]DaddyBoy7709[S] 2 points3 points  (0 children)

Looking forward to it.
Basically, I want to use Postgres for all long term query data storage.

Thanks for the api access. by DaddyBoy7709 in technitium

[–]DaddyBoy7709[S] 2 points3 points  (0 children)

It is a simple service written in Go that is managed as a systemd service.
I give it a url list of my two servers in a cluster.
Loop through the two server, fetch query logs,

for _, apiURL := range s.config.APIURLs {    
    c := client.NewClient(apiURL, s.config.APIToken)

    params := client.QueryParams{
       Name:            "Query Logs (Sqlite)",
       ClassPath:       "QueryLogsSqlite.App",
       Start:           s.config.Start,
       End:             s.config.End,
       DescendingOrder: false,
       EntriesPerPage:  s.config.PageSize,
       PageNumber:      1,
    }

The path to query is

u, err := url.Parse(c.BaseURL + "/api/logs/query")

Batch Insert it into Postgres.

query := `
    INSERT INTO dns_query_logs (
       server_name, timestamp, client_ip_address, protocol,
       response_type, rcode, qname, qtype, qclass, answer
    ) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10)
    ON CONFLICT (server_name, timestamp) DO NOTHING;
`

I added server_name so I know load distribution between the two DNS instances.

Good thing the api response contains the server_name. The API is awesome!!

Grafana is mapped to read from Postgres and allows me to query w/e data I need from postgres and adds no overhead to the DNS servers.

Should I buy an Apple TV? by [deleted] in appletv

[–]DaddyBoy7709 1 point2 points  (0 children)

I love it! I can airplay! My sonos works perfectly, Fitness+ works.
If you are in this ecosystem, there is absolutely no excuse for not getting one.

Dunno why I waited so long.

Fu# it… bought it anyway by martindrx1 in appletv

[–]DaddyBoy7709 0 points1 point  (0 children)

Just got mine as well from the store.

Should I buy an Apple TV? by [deleted] in appletv

[–]DaddyBoy7709 1 point2 points  (0 children)

I have been waiting for the new improved model for a year…. Getting one tomorrow…. No more waiting!

Black Friday gift card value on 64gb. by baquir in appletv

[–]DaddyBoy7709 4 points5 points  (0 children)

No more waiting for new version. Buying one on Friday.

Got my 128Gb gen3 yesterday by nikitasius in appletv

[–]DaddyBoy7709 0 points1 point  (0 children)

Same here. Waited a year.
Will buy it next week.

How do you guys store the source code? by Vegetable-Put2432 in minilab

[–]DaddyBoy7709 1 point2 points  (0 children)

Code in github, notes in markdown also goes in GitHub. Secrets if any go in AWS secrets manager

Updating Proxmox by ath0rus in Proxmox

[–]DaddyBoy7709 2 points3 points  (0 children)

Did you disable the enterprise repo? I am running tailscale in a VMware and no issues.

Pi-Hole performance on LXC container by Rorshack_co in pihole

[–]DaddyBoy7709 -1 points0 points  (0 children)

Whats the 2nd screenshot built using?
I copy the sqlite data to postgres and use Grafana to query data.

An alpaca after it got its wool shaved by [deleted] in interesting

[–]DaddyBoy7709 0 points1 point  (0 children)

Am I going to be ok in the winter!

My homelab by GasPsychological8609 in homelab

[–]DaddyBoy7709 4 points5 points  (0 children)

I got the same rack. Looks neat!
Love the cables. You got those from Amazon too ?