strfry-policies/strfry-policy.clean
Your Name 932187ee90 fix
2025-01-26 21:41:57 -07:00

31 lines
2.8 KiB
TypeScript
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
//bin/true; exec deno run -A "$0" "$@"
import {
antiDuplicationPolicy,
hellthreadPolicy,
pipeline,
readStdin,
keywordPolicy,
writeStdout,
rateLimitPolicy,
pubkeyBanPolicy,
keyworkdPolicy,
regexPolicy,
replyGuy,
whitelistPolicy,
tagPolicy,
emoji
} from '/opt/strfry-policies/mod.ts';
for await (const msg of readStdin()) {
const result = await pipeline(msg, [
tagPolicy,
[rateLimitPolicy, { whitelist: ['127.0.0.1', '192.168.0.55', '192.168.0.1','192.168.0.0/24'] }],
[regexPolicy, /(nlogpost|embedded-sunset|ย|==|program-ai.app|#transgender|#trans|#LGBTQ|#LGBTQIA|simpleX|1-1111-1|1-1-1-1|-----END|Sensor data:|"part"|경|TURIZBOT|If you want this to stop|DID YOU MISS ME?|This is a post from|DYNAMITE|#Rogule|MPN:|Author:|#blowjob|ア|サ|#gedanken|#lust|#nude|#sexy|#lingerie|이|#gay|#cock|#cum|#frots|==========|===============|리|#perverted|#pissing|#kinky|#fetish|ミ|今|シ|ロ|タ|ワ|일|ヤ|メ|コ|中|#regexle|自|ゥ|フ|月|ĝ|手|川|ぁ|什|マ|ル|ブ|ぺ|ぇ|円|万|キ|ャ|り|予|ㅋ|어|할|음|디|지|で||ス|ミ|ぐ|え|フ|ラ|れ|ゴ|タ|キ|ク|イ|ก|น|พื่|ド|モ|ふ|む|theYescoin_bot|休|ン|ァ|二|を|下|出|門|へ|ぱ|し|首|大|子|소|트|든|소|#Worldle|아|대|인|百|合|東|ふ|む|牛|跨|界|บ|งั|ぴ|よ|ね|ウ|ボ|ァ|沖|田|#decreasingfees|"ping"|常|可|非|#metazooa|ã|ú|#WhereTaken|#Lingule|き|チ||จั|ลั|ม|ü|ส|น่|说|胡|#Swarm_to_Nostr|ą|ę|Hello World!|#pastpuzzle|#Polygonle|上|几|哈|#waffle|ぃ|ひ|ค่|め|こ|わ|女|头|É|botsin|克|ッ|ー|ア|か|示|来|ç|à|に|う|ろ|早|ハ|だ|ガ|#Horoscope|ハ|オ|ヨ|#feesbelow10|#feesbelow20|utxo|õ|た|い|お|í|じ|ま|ご|europesays|元|不|一|replicatr|✄|屁|〜|良|す|る|了|#caturday|人|#Ukraine|#labor|ぽ|ゆ|林|黑|Wordle|ć|ś|#Bot|ñ|ん|#Airport|も|yadio|SELLEUR|ö|ä|н|ч|и|п|д|ê|á|สุ|ด|는|보|trojan|siam|は|ン|ス|ッ|nhk|っ|ー|の|て|サ|ة|ك|หิ|あ|と|rss|eth.limo|vmess|ク|ょ|日|立|ら|リ|#ass|#pussy|#reddit|#porn|telegra.ph|재|서|다|한|로)/i],
[keywordPolicy, ['https://media.channels.im','pay rent','Revealing nonce:','NostrDice','npub1q6ps7m94jfdastx2tx76sj8sq4nxdhlsgmzns2tr4xt6ydx6grzspm0kxr','My goals:','TURDISMO','https://media.fops.cloud','https://t.co','https://witter.cz','https://cdn.noods.fun','https://thumbsnap.com','https://paste.gmem.ca','https://x.com','https://kneel.before.dog','https://media.nofan.xyz','https://stockroom.wandering.shop','https://quark.scrolller.com','https://www.manyvids.com','https://fansly.com','https://onlyfans.com','https://proton.scrolller.com','https://api-test.summary.news','https://fans.ly','https://figure.game','https://link.storjshare.io','https://open.spotify.com','https://t.me/','https://nyc3.digitaloceanspaces.com']],
//[whitelistPolicy, [
//]
//]
]);
writeStdout(result);
}