-
- #iot
- #chrome-and-friends: Chrome, V8, Blink, Mojo, etc.
- Linux kernel #todo
- expdev #todo
- fuzzing #todo
| stream { | |
| map $ssl_preread_server_name $singbox { | |
| trojan.example.com trojan; | |
| trojan-ws.example.com trojan-ws; | |
| trojan-ws-6.example.com trojan-ws-6; | |
| vmess.example.com vmess; | |
| vmess-ws.example.com vmess-ws; | |
| vmess-ws-6.example.com vmess-ws-6; | |
| } | |
| upstream trojan { |
| # configure-iis.ps1 | |
| # Version: 1.2 | |
| # Author: kking124 (https://github.com/kking124) | |
| # | |
| # Copyright 2016, 2017 | |
| # | |
| # License: MIT | |
| # .SYNOPSIS | |
| # Tries to configure IIS as a minimal, secure installation on Windows Server 2008 and later | |
| # |