Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

It support both IPv4 and IPv6:

Code Block
themeMidnight
languagepowershellbash
# This will accept connections on IPv6, but also on IPv4 (IPv4-mapped IPv6 addresses are used)
Listen ::

# This will listen on IPv4 only
Listen 0.0.0.0
# This will listen only on the specified IPv6 address. Not nice, but workable.
Listen 2001:610:148:dead::666

...

Code Block
C:\Users\Administrator>netsh winhttp set proxy proxy6.terena.org:8888 "<local>"
Current WinHTTP proxy settings:
    Proxy Server(s) :  proxy6.terena.org:8888
    Bypass List     :  (none)

...