\documentclass[12pt,a4paper]{report}

\usepackage[top=3cm,right=3cm,bottom=2.5cm,left=2.5cm]{geometry} 

\usepackage{fancyhdr}
\csname@twosidetrue\endcsname
\pagestyle{fancy}
\fancyhf{} 
\fancyhead[OL,EL]{\thepage}
\fancyhead[OR]{\rightmark}
\fancyhead[ER]{\leftmark}
\renewcommand{\chaptermark}[1]{%
	\markboth{\thechapter-\ #1}{}}



\usepackage{xepersian}
\settextfont[Scale=1.1]{XB Niloofar}
%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}


\tableofcontents
\thispagestyle{empty}

\chapter{یک}
\newpage
یک
\newpage
یک
\newpage
یک
\section{دو}
\newpage
یک
\newpage
یک
\newpage
یک
\end{document}
