Skip to content

Commit

Permalink
Comments explaining the purpose of each bypass network "stack"
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbluesky committed Oct 27, 2023
1 parent 1a98f12 commit f16dd91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

import okhttp3.Dns;

/*
This class is called only when network bypass is enabled
*/
public class RubyHttpDns implements Dns {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
import retrofit2.Call;
import retrofit2.Callback;

/*
This class is called everytime an image is downloaded
*/
public class HostManager {

public static final String HOST_OLD = "i.pximg.net";
Expand Down

0 comments on commit f16dd91

Please sign in to comment.