Added default server if client doesn't use sni

This commit is contained in:
int 80h
2020-05-14 15:33:45 -04:00
parent dfae3705c4
commit 3fff95daec
2 changed files with 13 additions and 15 deletions

View File

@@ -2,7 +2,8 @@ port = 1965
# use "::" for ipv6 and ipv4 or "0.0.0.0" for ipv4 only
host = "::"
# There must be at least 1 server tag
# There must be at least 1 server tag if a client doesn't send sni the server
# will use this tag as its default.
# Server 1
[[server]]
hostname = "example.com"