Skip to content

Commit 5ec1bc7

Browse files
authored
basic_auth -> basicauth
1 parent d6c956c commit 5ec1bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2gun.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ show_links() {
182182
echo ""
183183

184184
colorEcho ${BLUE} "NaiveProxy"
185-
printf "%s\n" "naive+https://user@${sni}:${uuid}@${sni}"
185+
printf "%s\n" "naive+https://user:${uuid}@${sni}:443"
186186

187187
colorEcho ${YELLOW} "========================================"
188188
fi
@@ -681,7 +681,7 @@ http://$1:8080 {
681681
bind 127.0.0.1
682682
route {
683683
forward_proxy {
684-
basic_auth user@$1 $2
684+
basicauth user $2
685685
hide_ip
686686
hide_via
687687
probe_resistance unsplash.com:443

0 commit comments

Comments
 (0)