TW
TW
Can't help you with the C stuff, but here is working python code: https://github.com/infothrill/python-dyndnsc/blob/8a598fad7ec76fd9b979250fd851b3a2fe4ea32d/dyndnsc/common/detect_ip.py#L74 IPV6_PUBLIC (not _TMP) is what you want.
requires a javascript coder
I implemented #177 (see PR #271) and a thumbnail is now visible in the list view (global list with all items as well as for list items). For the "pretty"...
had a quick look, but couldn't find the culprit, neither in pastebinit, nor in bepasty.
Still does not work: ``` $ echo "test" | pastebinit http://paste.thinkmo.de/+upload # ^ should be https ... and also it should not show /+upload, but the specific pastebin result url...
Our docs for pastebinit usage/configuration with bepasty: https://bepasty-server.readthedocs.io/en/latest/user-cli.html#pastebinit
Yes, if you do not have that commit in the running code, it will cause this exception if a upload post request is received and misses the maxlife-related entries (which...
So most of the URL is correct, just the protocol still wrong? Wrong protocol can be due to reverse proxy, because the wsgi app is unaware of https.
https://werkzeug.palletsprojects.com/en/1.0.x/middleware/proxy_fix/ try that for the http -> https fix!
If you succeed, a small pull request for our docs with a snippet and linking to that docs would be nice. This is a common problem for reverse proxy users.