#We have recently migrated the infra for
1 messages ยท Page 1 of 1 (latest)
@tribal sonnet see anything?
my /etc/resolv.conf shows this
# Generated by NetworkManager
nameserver 192.168.1.1
I was expecting something like 8.8.8.8
That's fine, that is your router DNS. What does dig daggerverse.dev +trace return when you run it on your machine?
Isn't that your /etc/resolv.conf ?
Can't you see all the red text, I just pasted?
No. If it's red, I am assuming that it was not delivered.
oh
your message could not be delivered. This is usually because you don't share a server with the recipient or the recipient is only accepting direct messages from friends. Y
lol
HOST: paul-desktop Loss% Snt Last Avg Best Wrst StDev
1.|-- _gateway (192.168.1.1) 0.0% 10 1.4 3.1 1.4 5.5 1.4
2.|-- SkyRouter.Home (192.168.0.1) 0.0% 10 4.7 6.2 2.2 20.5 5.2
3.|-- 2.127.238.243 0.0% 10 9.3 10.0 7.7 11.7 1.4
4.|-- ip-89-200-131-121.ov.easynet.net (89.200.131.121) 0.0% 10 10.3 10.5 7.8 12.9 1.7
5.|-- 90.207.238.183 0.0% 10 8.4 10.0 8.0 11.4 1.3
@tribal sonnet
ok, so that last IP is incorrect: 90.207.238.183 belongs to Sky
This is what the MTR should look like (especially the last part):
strange
ofc I'm probably not the only one this might happen to, especially if they're on Sky ISP
probably.
Can you change your /etc/resolv.conf to use a Google DNS?
Cloudflare DNS - 1.1.1.1 - will also work. FTR: https://www.dnsperf.com/
yea, I was thinking about using that .. but wanted to wait for you to give your opinion
The strange thing is that DNS resolves correctly. This looks like an HTTP proxy issue to me.
Some IPSs use them to control & shape HTTP traffic, which is not a great practice (good for parents that have kids & don't know how to implement content filtering). Using a VPN would bypass this.
Sweet!
Sky is bullshit
If you are looking for a good ISP in the UK, I can recommend a few. I've been through most of them in the last 20 years.
I can only get BT or Sky here
https://github.com/dragoonis/dagger-phpqa
Can you help me publish this module ? ๐
does the source code look ok ?
Out of BT & Sky, BT Business would be best.
Some comments would help - not sure how well they work with PHP modules - but otherwise it's a great start!
Does this work as documented? https://docs.dagger.io/manuals/developer/publish-modules
oh, it's not for public use, it's for me to use for the workshop
git push origin main
done
do i need to make a tag? or can I live without it
I would tag v0.0.1
ok done, made 0.0.1 tag
github.com/USERNAME/REPOSITORY/foo@v1.2.3
do I need a sub directory in my repo named foo ?
I put all my code in the root
@tribal sonnet
trying