Skip to content

Instantly share code, notes, and snippets.

View zimplexing's full-sized avatar

Xin zimplexing

View GitHub Profile
@zimplexing
zimplexing / OmegaOptions.bak
Last active June 18, 2017 09:03
OmegaOptions.bak
{"+GFWed":{"bypassList":[{"conditionType":"BypassCondition","pattern":"<local>"}],"color":"#99ccee","fallbackProxy":{"host":"127.0.0.1","port":1080,"scheme":"socks5"},"name":"GFWed","profileType":"FixedProfile","revision":"15cba6e4401"},"+__ruleListOf_自动切换":{"color":"#99dd99","defaultProfileName":"direct","format":"AutoProxy","lastUpdate":"2017-06-18T08:53:07.498Z","matchProfileName":"GFWed","name":"__ruleListOf_自动切换","profileType":"RuleListProfile","revision":"15cba668a71","ruleList":"[AutoProxy 0.2.9]\n! Checksum: mhSDxWNkfa/5hnJhxI50eA\n! Expires: 6h\n! Title: GFWList4LL\n! GFWList with EVERYTHING included\n! Last Modified: Sat, 10 Jun 2017 23:00:50 -0400\n!\n! HomePage: https://github.com/gfwlist/gfwlist\n! License: https://raw.githubusercontent.com/gfwlist/gfwlist/master/COPYING.txt\n!\n! GFWList is unlikely to fully comprise the real\n! rules being deployed inside GFW system. We try\n! our best to keep the list up to date. Please\n! contact us regarding URL submission / removal,\n! or suggestion / enhan
@zimplexing
zimplexing / nodeProxy.js
Last active July 2, 2020 12:22
追书神器api代理地址
const express = require('express');
const request = require('request');
const app = express();
const proxyServer = 'http://api.zhuishushenqi.com';
const chapterServer = 'http://chapterup.zhuishushenqi.com/chapter'
//设置跨域访问
app.all('*', function (req, res, next) {
res.header("Access-Control-Allow-Credentials", true);