I hereby claim:
- I am kr0siv on github.
- I am sarahroselives (https://keybase.io/sarahroselives) on keybase.
- I have a public key ASBgrbetPXb1K-YnpKS25a13efgXnMPyZBoLvDd8h_54rwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| """ | |
| A simple proxy server. Usage: | |
| http://hostname:port/p/(URL to be proxied, minus protocol) | |
| For example: | |
| http://localhost:8080/p/www.google.com | |
| """ | 
| using System; | |
| using XmlRpc; | |
| using System.Xml; | |
| using System.Collections.Generic; | |
| using System.Text; | |
| using System.IO; | |
| namespace FldigiWrapper | |
| { |