Skip to content

Commit

Permalink
use fronted in lantern-binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Feb 5, 2025
1 parent abcec12 commit c5f7587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fronted.yaml.gz

This file was deleted.

3 changes: 3 additions & 0 deletions updateFrontedConfig.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ then
exit 1
fi
fi

cd ../lantern-binaries
echo `pwd`
echo "trustedcas:" > fronted.yaml
curl https://globalconfig.flashlightproxy.com/global.yaml.gz | gunzip | yq '.trustedcas' >> fronted.yaml
curl https://globalconfig.flashlightproxy.com/global.yaml.gz | gunzip | yq '.client.fronted' >> fronted.yaml
Expand Down

0 comments on commit c5f7587

Please sign in to comment.