- Install gpg if you dont have it.
brew install gpg
- See what email address and name you're using for git
git config --global user.email
#!/usr/bin/env python | |
#coding=utf-8 | |
# | |
# Generate a list of dnsmasq rules with ipset for gfwlist | |
# | |
# Copyright (C) 2014 http://www.shuyz.com | |
# Ref https://code.google.com/p/autoproxy-gfwlist/wiki/Rules | |
import urllib2 | |
import re |
var jsoncom = { | |
'company': [{ | |
'companyname': '申通快递', | |
'shortname': '申通', | |
'tel': '95543', | |
'url': 'st', | |
'code': 'shentong', | |
'hasvali': 0, | |
'comurl': 'http://www.sto.cn', | |
'isavailable': '0', |