>>89
NGワードがあるから省略して書くからこれをコピペしないように
BoardSettings.yamlの32行目から

# pink共通設定例
#2chapiproxy_pink_common :
# UserAgent :
# SetOekaki :
# Headers :
# Connection : close
# Content-Type : application/x-www-form-urlencoded
# Accept : text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
# Accept-Encoding : gzip, deflate, br

↓下のように#を削除、プログラム上で#は無視するよって意味

# pink共通設定例
2chapiproxy_pink_common :
UserAgent :
SetOekaki :
Headers :
Connection : close
Content-Type : application/x-www-form-urlencoded
Accept : text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Accept-Encoding : gzip, deflate, br