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

Bind tcp/8040 to localhost only instead of 0.0.0.0:8040 #2

Open
pgporada opened this issue Feb 25, 2019 · 0 comments
Open

Bind tcp/8040 to localhost only instead of 0.0.0.0:8040 #2

pgporada opened this issue Feb 25, 2019 · 0 comments

Comments

@pgporada
Copy link
Owner

This will be done in /opt/ScreenConnect/web.config

# Change 
http://+:8040

# to
http://127.0.0.1:8040

Utilize this module to do the replacement for us https://docs.ansible.com/ansible/latest/modules/lineinfile_module.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant