mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 16:14:02 +03:00
Remove access-file
This commit is contained in:
@@ -44,13 +44,6 @@ prefer-ips = "prefer-ipv6"
|
|||||||
# access.
|
# access.
|
||||||
cloak-port = 443
|
cloak-port = 443
|
||||||
|
|
||||||
# Path to access file. Each time when proxy starts up, it writes an
|
|
||||||
# access file. This file contains a JSON with settings how to access
|
|
||||||
# this proxy.
|
|
||||||
#
|
|
||||||
# Pass filepath here or '-' if you want to dump into stdout.
|
|
||||||
access-file = "-"
|
|
||||||
|
|
||||||
# network defines different network-related settings
|
# network defines different network-related settings
|
||||||
[network]
|
[network]
|
||||||
# please be aware that mtg needs to do some external requests. For
|
# please be aware that mtg needs to do some external requests. For
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ type rawConfig struct {
|
|||||||
TCPBuffer string `toml:"tcp-buffer"`
|
TCPBuffer string `toml:"tcp-buffer"`
|
||||||
PreferIP string `toml:"prefer-ip"`
|
PreferIP string `toml:"prefer-ip"`
|
||||||
CloakPort uint `toml:"cloak-port"`
|
CloakPort uint `toml:"cloak-port"`
|
||||||
AccessFile string `toml:"access-file"`
|
|
||||||
Probes struct {
|
Probes struct {
|
||||||
Time struct {
|
Time struct {
|
||||||
Enabled bool `toml:"enabled"`
|
Enabled bool `toml:"enabled"`
|
||||||
|
|||||||
Reference in New Issue
Block a user