# HG changeset patch # User nanaya # Date 1434152511 -32400 # Node ID 95bb6750003ede7880e98418155dc38999ecd6a6 # Parent e84276bf344ab319f2957d2f187eea0a7d019049 Update the latest domain/https. diff -r e84276bf344a -r 95bb6750003e README.md --- a/README.md Sat Jun 06 22:36:32 2015 +0900 +++ b/README.md Sat Jun 13 08:41:51 2015 +0900 @@ -28,15 +28,15 @@ Pasting from CLI: - ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' + ...some commands... | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste]=<-' Or with gzip to save bandwidth: - ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' + ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste_gzip]=<-' Privately: - ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' + ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' Design ------