Skip to content

Commit 4c9bf17

Browse files
authored
Update services.ts (#5)
1 parent 00da828 commit 4c9bf17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/templates/services.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default [
108108
json: getProxyJson("http", "tcp"),
109109
},
110110
{
111-
label: "https(http+tsl)",
111+
label: "https(http+tls)",
112112
json: getProxyJson("http", "tls"),
113113
},
114114
{
@@ -180,3 +180,4 @@ export default [
180180
}`,
181181
},
182182
] as Template[];
183+

0 commit comments

Comments
 (0)