Add cli command for access

This commit is contained in:
9seconds
2021-03-10 16:59:19 +03:00
parent 6f0b0e0c32
commit cbcc113e41
6 changed files with 242 additions and 2 deletions
+6
View File
@@ -101,6 +101,12 @@ proxies = [
ipv4 = ""
ipv6 = ""
# network timeouts define different settings for timeouts. HTTP timeout
# is required only for DOH.
[network.timeout]
tcp = "5s"
http = "10s"
# FakeTLS can compare timestamps to prevent probes. Each message has
# encrypted timestamp. So, mtg can compare this timestamp and decide if
# we need to proceed with connection or not.