Compare commits
2 commits
a6ba408915
...
7f5912f3a8
Author | SHA1 | Date | |
---|---|---|---|
7f5912f3a8 | |||
7881bfd9e7 |
2 changed files with 2 additions and 6 deletions
|
@ -15,12 +15,7 @@ local config = {
|
|||
text_background_opacity = 1.0,
|
||||
enable_tab_bar = false,
|
||||
color_scheme = 'tokyonight',
|
||||
window_padding = {
|
||||
top = 20,
|
||||
bottom = 20,
|
||||
left = 20,
|
||||
right = 20
|
||||
}
|
||||
window_padding = {top = 20, bottom = 20, left = 20, right = 20}
|
||||
}
|
||||
|
||||
return config
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
upstreams = {
|
||||
strategy = "strict";
|
||||
timeout = "30s";
|
||||
init.strategy = "fast";
|
||||
groups = {
|
||||
default = [
|
||||
"tcp+udp:127.0.0.1:5335"
|
||||
|
|
Loading…
Reference in a new issue