From 16161d28741b911df856a0eb2e7487bd57150624 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 16 Jun 2024 23:36:20 +0330 Subject: [PATCH] Delete config.yaml --- config.yaml | 57 ----------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 config.yaml diff --git a/config.yaml b/config.yaml deleted file mode 100644 index adf3057..0000000 --- a/config.yaml +++ /dev/null @@ -1,57 +0,0 @@ -listen: :$port -tls: - cert: /path/to/ca.crt - key: /path/to/ca.key - insecure: true - pinSHA256: "$sha256" -obfs: - type: salamander - salamander: - password: $obfspassword -auth: - type: password - password: $authpassword -quic: - initStreamReceiveWindow: 8388608 - maxStreamReceiveWindow: 8388608 - initConnReceiveWindow: 20971520 - maxConnReceiveWindow: 20971520 - maxIdleTimeout: 60s - maxIncomingStreams: 60 - disablePathMTUDiscovery: false -bandwidth: - up: 1 gbps - down: 1 gbps -ignoreClientBandwidth: false -disableUDP: false -udpIdleTimeout: 60s -resolver: - type: tls - tcp: - addr: 8.8.8.8:53 - timeout: 4s - udp: - addr: 8.8.4.4:53 - timeout: 4s - tls: - addr: 1.1.1.1:853 - timeout: 10s - sni: cloudflare-dns.com - insecure: false - https: - addr: 1.1.1.1:443 - timeout: 10s - sni: cloudflare-dns.com - insecure: false -acl: - inline: - - reject(geosite:ir) - - reject(geoip:ir) - - reject(geosite:category-ads-all) - - reject(geoip:private) - - reject(suffix:adservice.google.com) - geoip: /etc/hysteria/geoip.dat - geosite: /etc/hysteria/geosite.dat -trafficStats: - listen: 127.0.0.1:25413 - secret: $UUID