Skip to content
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

Making app CNAME optional #155

Merged
merged 1 commit into from
Dec 29, 2021
Merged

Making app CNAME optional #155

merged 1 commit into from
Dec 29, 2021

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Dec 29, 2021

Description

This PR disables, by default, the CNAME record for the web app. The newly introduced flag (-app-cname) controls the behavior.

Reproduction Steps

  • interactsh-server with cname disabled (default behavior):
$ sudo go run . -listen-ip 192.168.1.9 -skip-acme -debug -domain example -debug
  • interactsh-server with cname enabled:
$ sudo go run . -listen-ip 192.168.1.9 -skip-acme -debug -domain example -debug -app-cname

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Dec 29, 2021
@Mzack9999 Mzack9999 self-assigned this Dec 29, 2021
@Mzack9999 Mzack9999 linked an issue Dec 29, 2021 that may be closed by this pull request
@Mzack9999 Mzack9999 added the Status: Review Needed The issue has a PR attached to it which needs to be reviewed label Dec 29, 2021
@Mzack9999 Mzack9999 assigned ehsandeep and unassigned ehsandeep Dec 29, 2021
@ehsandeep ehsandeep added Status: Completed Nothing further to be done with this issue. Awaiting to be closed. and removed Status: Review Needed The issue has a PR attached to it which needs to be reviewed labels Dec 29, 2021
@ehsandeep ehsandeep merged commit 30135c8 into dev Dec 29, 2021
@ehsandeep ehsandeep deleted the issue-136-optional-cname branch December 29, 2021 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deprecate default cname entry
2 participants