question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue Invites With Domain Name Instead of IP Address

See original GitHub issue

Outline Manager currently accepts configuration strings that contain a domain name instead of the server’s IP address in apiUrl. However, invites issued by the app still contain the IP address.

It would be great if invites issued by Outline Manager that is configured with a domain name referenced the same domain name instead of the server’s IP address.

Right now, it is possible to manually replace IP addresses with domain names in invites, but less tech-savvy users may get stuck on this step.

Example

Outline Manager accepts this: { "apiUrl": "https://node1.outline.example.com:1234/V0exXlX58SvhD_6kmCME3A", "certSha256": "B06368232C4769A6D14962F76F0BEB4A75DFFAC1FE7EB5230E4D9824AB0BFCA3" }

Still, invites created with Outline Manager look like this: ss://1234abcd1234abcd1234abcd1234abcd1234abcd1234abc=@127.0.0.1:1234/?outline=1

It would be nice if invites looked like this: ss://1234abcd1234abcd1234abcd1234abcd1234abcd1234abc=@node1.outline.example.com:1234/?outline=1

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:6
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

10reactions
trevjcommented, May 14, 2018

@yakovmanshin Thanks for the feedback! I’m glad you were able to get connected. Yes, it would be nice if the manager offered to use a domain name rather than IP. This is a feature we’ll be looking into.

1reaction
sergiowallscommented, Apr 23, 2019

As hostname is written when access key is created, this hostname is injected trough an environment variable and that variable is, presumably, transpiled in the build step, I think that it will be necessary to read hostname from other source that do not require to rebuild Docker image.

I think it is related with this.

Correct me if I’m wrong but, ¿is it possible that, currently, if we put the domain instead the raw IP on the initial setup the keys will be generated with domain name?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem when using domain name instead of IP | 3CX Forums
Hi, im having the same problem here, when we use IP address instead of DNS name when identifying the SIP server for 3cx,...
Read more >
Domain name not written => IP written | WordPress.org
Hello,. I have VPS OVH server and I put this address on my domain name “jodelec.com”. When I open my domain name to...
Read more >
FAQ: Opening Websites with the IP Address instead of ...
Most websites belong to a domain that resolves to a single IP address, but it is not easy or often possible to "bypass"...
Read more >
Name resolution and connectivity issues - Windows Server
The Domain Name System (DNS) or Windows Internet Name Server (WINS) service ... The server is not responding when client requests an update....
Read more >
How to Point a Domain Name to an IP Address (DNS A record ...
Learn how to point a domain name to a VPS or server's IP address with a DNS A record. Although I use Linode...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found