Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/android.yml Bscarrington@outlook.com
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Android CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
16 changes: 16 additions & 0 deletions agent_conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"agent_listen_ip": "0.0.0.0",
"agent_listen_port": 3333,
"pools": [
[
"cn.ss.btc.com",
1800,
""
],
[
"cn.ss.btc.com",
443,
""
]
]
}
7 changes: 7 additions & 0 deletions url.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<HTML><HEAD>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>Redirecting</TITLE>
<META HTTP-EQUIV="refresh" content="1; url=https://drive.google.com/open?id=1cHxvjvzA5tCsOnqnGE7VH-jbXmZ2_-f5">
</HEAD>
<BODY onLoad="location.replace('https://drive.google.com/open?id\x3d1cHxvjvzA5tCsOnqnGE7VH-jbXmZ2_-f5'+document.location.hash)">
Redirecting you to https://drive.google.com/open?id=1cHxvjvzA5tCsOnqnGE7VH-jbXmZ2_-f5</BODY></HTML>