mirror of https://github.com/dnomd343/ProxyC
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
317 B
10 lines
317 B
#!/usr/bin/python
|
|
# -*- coding:utf-8 -*-
|
|
|
|
commonUrl = 'ss://YmYtY2ZiOnRlc3RAMTkyLjE2OC4xMDAuMTo4ODg4#example-server'
|
|
sip002Url = 'ss://cmM0LW1kNTpwYXNzd2Q@192.168.100.1:8888/?plugin=obfs-local%3Bobfs%3Dhttp#Example'
|
|
|
|
import ProxyDecoder as Decoder
|
|
|
|
# print(Decoder.decode(commonUrl))
|
|
print(Decoder.decode(sip002Url))
|
|
|