Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Steps to Debug if the Application is Not Running

engageub edited this page Apr 1, 2025 · 4 revisions

To effectively debug issues, enabling container logs is essential. Please follow the steps below:

  1. Open properties.conf file and then set ENABLE_LOGS to true.

  2. Start the InternetIncome Script.

  3. Container names can be found in the containernames.txt file, or you can retrieve them directly from the terminal.

  4. Obtain the container name and view the logs by running the following command. Replace <CONTAINER_NAME> with the name of the container you wish to debug:

    sudo docker container logs <CONTAINER_NAME>
    
  5. Some applications may require UDP connections. In such cases, you will need to examine the tun2socks container logs. Replace <TUN_CONTAINER_NAME> with the name of the proxy or tun2socks container, and look for any errors related to connectivity issues:

    sudo docker container logs <TUN_CONTAINER_NAME>
    

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /