-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add rdv.to domains for pcarrier.ca Software Inc. #1039
Conversation
|
@dnsguru That might be a bit of a chicken-and-egg, dropped the word. It's "experimental" technology but meant to be a public service and become production quality. |
@pcarrier noticing that you've revised the experimental to public-facing ; the pull request is based upon a stale version of the publicsuffix.dat file- can you rebase your repo, revise and submit in same PR please |
@pcarrier Need you to re-base the PR due to a conflict if you seek to proceed |
> Background `rdv.to` is an experimental point of rendez-vous for a distributed web of actors. We use `*.bar0.net` for loopback, `*.bar1.net` to serve the top bar(s) in our interface, `*.bar2.net` to host some of our own actors. `*.rdv.to` is used for isolation of HTTP traffic for external entities. We absolutely want each entity to be perceived as its own in every possible way, and would appreciate an extra layer of security with regards to cookies. > Dig request output ``` pcarrier@pcarrier-desk:~$ dig +short TXT _psl.rdv.to "#1039" pcarrier@pcarrier-desk:~$ dig +short TXT _psl.bar0.net "#1039" pcarrier@pcarrier-desk:~$ dig +short TXT _psl.bar1.net "#1039" pcarrier@pcarrier-desk:~$ dig +short TXT _psl.bar2.net "#1039" ``` > Tests Yeah I'll be honest, in 20.04 I ran `apt install build-essential autoconf autopoint` and still ran into: ``` Already up to date. configure.ac:65: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:82: error: possibly undefined macro: AC_LINK_IFELSE configure.ac:83: error: possibly undefined macro: AC_LANG_PROGRAM configure.ac:188: error: possibly undefined macro: AC_SEARCH_LIBS configure.ac:221: error: possibly undefined macro: AC_MSG_CHECKING configure.ac:226: error: possibly undefined macro: AC_MSG_RESULT ```
@dnsguru Done, thanks. |
@pcarrier good timing - caught me just before volunteer hours closed - merging |
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.
Rationale complete
DNS Validation Authenticated
Tests Pass
No Conflict with Base
I can confirm here I'd like those domains removed at any time. In particular proposed in #1899 |
Background
rdv.to
is a point of rendez-vous for a distributed web of actors.We use
*.bar0.net
,*.bar1.net
,*.bar2.net
as tiers of actors.*.rdv.to
is used for isolation of HTTP traffic.We absolutely want each entity to be perceived as its own in every possible way, and would appreciate an extra layer of security with regards to cookies and in any web handling platform semantics available whatsoever.
Dig request output
Tests
I'll be honest, in WSL both Ubuntu 20.04 and 18.04 after
apt install build-essential autoconf autopoint
still ran into this duringmake test
: