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. #206

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 remained the same at 97.89% when pulling ed6209e on mithro:really-all-ips into 882ce18 on timvideos:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.89% when pulling ed6209e on mithro:really-all-ips into 882ce18 on timvideos:master.

mithro added a commit that referenced this pull request Apr 23, 2015
Bind to all IP address (IPv4 and IPv6) by default.
@mithro mithro merged commit a0f8a38 into timvideos:master Apr 23, 2015
@mithro mithro deleted the really-all-ips branch April 24, 2015 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants