Blog Add Ipv6 Support

  • DNS add AAAA record

  • nginx config

    1
    2
    3
    4
    
    server {
        listen [::]:443 ssl;
        server_name ipv6.llinx.me;
    }
    
  • 1
    2
    
    nginx -s stop
    nginx
    
Licensed under CC BY-NC-SA 4.0
记录平时瞎折腾遇到的各种问题, 方便查找
使用 Hugo 构建
主题 Stack 3.29.0Jimmy 设计