meowzilla
05/12/2023, 7:33 AMst0l
05/12/2023, 8:32 AMLeo
05/12/2023, 12:18 PMkedr
05/12/2023, 12:36 PM⟁℟♱⋀🐺
05/12/2023, 1:29 PMg000m
05/12/2023, 4:09 PMhttps://cdn.discordapp.com/attachments/1106614040861618226/1106614041247485994/Screenshot_2023-05-12_at_18.02.37.png▾
https://cdn.discordapp.com/attachments/1106614040861618226/1106614041692098631/Screenshot_2023-05-12_at_18.03.28.png▾
andrey.puhovsky
05/12/2023, 6:09 PMMaskuh (Ping on Reply)
05/12/2023, 7:53 PMhttps://cdn.discordapp.com/attachments/1106670552745255014/1106670553034666114/Screenshot_2023-05-12_125323.png▾
Tony Stark
05/12/2023, 10:07 PMlmtr0
05/13/2023, 12:12 AMlmtr0
05/13/2023, 2:29 AM$ curl --resolve www.example.com:443:1.0.0.0 http://www.example.com/
Charles Stover
05/13/2023, 10:00 AMhttps://cdn.discordapp.com/attachments/1106883763230752788/1106883763419480064/image.png▾
Sammy Salem
05/13/2023, 10:17 AMTork
05/13/2023, 12:58 PMhttps://cdn.discordapp.com/attachments/1106928386837839972/1106928387005628509/Screen_Shot_2023-05-13_at_15.51.01.png▾
shakeelahmad.pk
05/14/2023, 5:57 AMGuy
05/14/2023, 7:04 AMnuminous | as204829
05/14/2023, 12:19 PMhttps://cdn.discordapp.com/attachments/1107281142345912320/1107281142530445382/image.png▾
Jelle
05/14/2023, 6:56 PMconst response = await fetch('https://forums.wynncraft.com/forums/news-patches.64/.rss');
const content = await response.text();
console.log(content);
Livtru
05/14/2023, 7:24 PMDriesboy
05/15/2023, 8:16 AMhttps://cdn.discordapp.com/attachments/1107582177941655563/1107582178205892608/image.png▾
https://cdn.discordapp.com/attachments/1107582177941655563/1107582178495320144/image.png▾
gustav
05/15/2023, 11:05 AMWilly Wonka
05/15/2023, 7:27 PMhttps://cdn.discordapp.com/attachments/1107751251288010763/1107751251451580447/image.png▾
OptoCloud
05/15/2023, 8:29 PMhttps://cdn.discordapp.com/attachments/1107766750038200371/1107766750252105759/image.png▾
https://cdn.discordapp.com/attachments/1107766750038200371/1107766750541533325/image.png▾
<Evie.Codes>
05/15/2023, 8:38 PMSamDaaEpic
05/16/2023, 9:47 AMzarg129
05/16/2023, 11:19 AMregistration.example.com
with transform rule. This domain points my server by CNAME record. But when I'm trying to see my custom header I've got - null. What I'm doing wrong?
https://cdn.discordapp.com/attachments/1107990806368895008/1107990810722574336/Screenshot_2023-05-16_at_14.16.29.png▾
https://cdn.discordapp.com/attachments/1107990806368895008/1107990811028754572/Screenshot_2023-05-16_at_14.15.40.png▾
chachan
05/16/2023, 3:41 PMurl
property inside a config.yaml
. A new requirement came and now I need to expose another service (SSH) so I found out ingress rules are a good option to avoid having two tunnel instances. This is my new `config.yaml`:
yaml
tunnel: UUID
credentials-file: /home/seluser/.cloudflared/UUID.json
ingress:
- hostname: CNAME.my-domain.com
service: http://localhost:7900
- hostname: CNAME-ssh.my-domain.com
service: ssh://localhost:22
- service: http_status:404
Some facts:
- Using ingress rules with above setup broke existing tunnel (using url
property). Now both services are unreachable
- Testing SSH without tunnel (remote and locally) works
- config file validation says that yaml is ok - cloudflared tunnel ingress validate
- rule test matches with expected rule - cloudflared tunnel ingress rule ssh://CNAME-ssh.my-domain.com
- logs show no activity when I try to hit services
- in dashboard all looks good, a tunnel created with couple of rules, though I can´t see target ports
Any idea what can I be missing? Anything else I can check?MrJoy
05/16/2023, 7:41 PMtduong2212
05/16/2023, 9:14 PM