Skip to content
Snippets Groups Projects

Replace obfs4proxy with lyrebird, add tests for CDN77

Merged akwizgran requested to merge lyrebird into main
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
24 23 "www.cosmopolitan.com", "www.esquire.com"};
25 24 private static final String AZURE_URL = "https://onion.azureedge.net/";
26 25 private static final String[] AZURE_FRONTS = new String[]{"ajax.aspnetcdn.com"};
26 private static final String CDN77_URL = "https://1314488750.rsc.cdn77.org/";
27 private static final String[] CDN77_FRONTS = new String[]{"www.phpmyadmin.net"};
  • The tests for CDN77 are failing locally - I think this is because my JDK can't verify the Let's Encrypt cert, but curl can. The tests for Fastly are also failing - I think this is because the front has been taken down.

  • Maybe time to remove fastly tests then?

  • Yes I think so - just wanted to get confirmation that they're failing because the front is down and not for some other reason.

  • I think I vaguely remember that it isn't available anymore, but I couldn't find reference for that memory.

  • Please register or sign in to reply
  • Torsten Grote mentioned in commit 4bfd5af4

    mentioned in commit 4bfd5af4

  • Please register or sign in to reply
    Loading