mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 12:35:59 +03:00
[GH-ISSUE #35] Question on domain to use OBFS #29
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yagigain on GitHub (Jun 25, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/35
Quick question, I think I know the answer.
Would it be better to use a domain for the OBFS that resolves to the same IP used for the SS server ?
The default in the config is bing, but this wouldn't work as well as a domain resolving to SS IP ?
Or doesn't it matter with Cloak ?
@cbeuw commented on GitHub (Jun 25, 2019):
Ideally the domain name should resolve to the
WebServerAddrfield in ck-server configuration. But this doesn't affect the functionalities of Cloak.@yagigain commented on GitHub (Jun 25, 2019):
ok thanks ... but it dosn't help to have it on the same IP as "server' in config.json (for SS) ? Like with V2Ray you have the webserver on the IP of SS using reverse proxy to share the port.
@cbeuw commented on GitHub (Jun 25, 2019):
If you are running a webserver on the host, then yes you can leave it as the address of your webserver. But note it should be a localhost address. If you leave it as your public IP a.b.c.d:443, then ck-server will redirect the traffic back to ck-server causing an infinite loop.