Skip to content

Instantly share code, notes, and snippets.

View kikyous's full-sized avatar
🎯
Focusing

chenyunjie kikyous

🎯
Focusing
View GitHub Profile
@kikyous
kikyous / adbx
Created January 6, 2021 05:17 — forked from HugoGresse/adbx
Adb command to set proxy (WIP)
#!/bin/bash
usage() {
echo "Usage:"
echo " adbx proxy set"
echo " adbx proxy get"
echo " adbx proxy remove"
}
#!/user/bin/env ruby
#coding: utf-8
APP_ROOT = File.dirname(__FILE__)
PROJECT_NAME = 'My Fantastic Game'
PROJECT_HOST = '0.0.0.0'
WEB_PORT = 9292
WS_PORT = 8080
COOKIE_KEY = 'my.session.key'
COOKIE_SECRET = 'shh_replace_me_withsomething_moresecret'