diff options
author | Oskari Pirhonen <xxc3ncoredxx@gmail.com> | 2023-07-28 18:55:10 -0500 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2023-07-30 08:22:29 +0300 |
commit | bc299cf41023b727de2735f7d4d5ce4b27ee44e5 (patch) | |
tree | a53bb3dcb945620ece92acf39776464628cd9337 | |
parent | a573f78c57039a15d6d65083eb06a4c2cf317cc8 (diff) | |
download | wgetpaste-bc299cf41023b727de2735f7d4d5ce4b27ee44e5.tar.gz |
Disable sprunge
Sprunge seems to have recently died. Disable it by removing it from the
service list, but keep the core bits in case it decides to come back.
RIP ;(
-rwxr-xr-x | wgetpaste | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ POST_generic() { } ### services -SERVICES="0x0 bpaste codepad dpaste gists ix_io snippets sprunge" +SERVICES="0x0 bpaste codepad dpaste gists ix_io snippets" # 0x0 ENGINE_0x0=0x0 URL_0x0="http://0x0.st" |