Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
fix(subscribe): hy2 upstaging
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Douglas <douglarek@gmail.com>
  • Loading branch information
douglarek committed Jan 4, 2024
1 parent ecfa864 commit 4e910da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions root/etc/homeproxy/scripts/update_subscriptions.uc
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ function parse_uri(uri) {
tls_insecure: params.insecure ? '1' : '0',
tls_sni: params.sni
};

break;
case 'socks':
case 'socks4':
case 'socks4a':
Expand Down

0 comments on commit 4e910da

Please sign in to comment.