-
Notifications
You must be signed in to change notification settings - Fork 1k
chore: replace cloudflare dev tunnel with frp #867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7b9399e
to
6f74e30
Compare
Codecov Report
@@ Coverage Diff @@
## main #867 +/- ##
==========================================
+ Coverage 66.42% 66.82% +0.39%
==========================================
Files 247 251 +4
Lines 14635 14890 +255
Branches 131 131
==========================================
+ Hits 9722 9950 +228
- Misses 3932 3946 +14
- Partials 981 994 +13
Continue to review full report at Codecov.
|
I poorly named the |
6f74e30
to
16b0119
Compare
}, | ||
}, | ||
DomainConf: frpconfig.DomainConf{ | ||
SubDomain: subdomain, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we whitelist valid subdomains on the frp
side? This isn't high priority, but it'd be unfortunate for someone to phish with official.coder.app
or some jank.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They'd only be able to take x.tunnel.coder.app
domains, which isn't really any different than devurls right? It is unfortunate that we can't pick this server-side though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's not that big of a dealio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, nothing big. This is awesome!
f029bdd
to
3f3f8a7
Compare
3f3f8a7
to
9428be9
Compare
Forgot to click submit on my review from a while ago 🤦 |
Resolves #858
Resolves #632