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 to all IP address (IPv4 and IPv6) by default. #203

Merged
merged 1 commit into from Apr 23, 2015

Conversation

mithro
Copy link
Member

@mithro mithro commented Apr 23, 2015

If the address is 0.0.0.0, the server accepts TCP/IP connections on all server
host IPv4 interfaces.

If the address is ::, the server accepts TCP/IP connections on all server host
IPv4 and IPv6 interfaces. Use this address to permit both IPv4 and IPv6
connections on all server interfaces.

Fixes issue #202.

If the address is 0.0.0.0, the server accepts TCP/IP connections on all server
host IPv4 interfaces.

If the address is ::, the server accepts TCP/IP connections on all server host
IPv4 and IPv6 interfaces. Use this address to permit both IPv4 and IPv6
connections on all server interfaces.

Fixes issue #202.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) to 97.8% when pulling 9b3319e on mithro:really-all-ips into 3366f20 on timvideos:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.09%) to 97.8% when pulling 9b3319e on mithro:really-all-ips into 3366f20 on timvideos:master.

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