Consider an $n$-vertex directed graph $G = (V, E)$ with the property that every vertex has an edge into it. That is, for each $v \in V$, we have that $(u,v)$ is in $E$. I define a dominating set $D \subseteq V$ for $G$ to have the property that for all $v \in V$, either $v \in D$ or $(u,v) \in E$ and $u \in D$.
My question is: for any $d \geq 2n/3$, must such a graph have a dominating set of size $d$? I suspect this is true, but I'm not sure how to prove it.
I assume you are talking about loopless digraphs. (Otherwise there are trivial counterexamples: take a digraph with a loop $vv$ at each vertex $v$ and no other edges; the only dominating set is the whole vertex set $V.$)
Suppose $G$ has $n$ edges, $n\ge2.$ Let $u_1v_1,u_2v_2,\dots,u_mv_m$ be a maximal set of disjoint edges, and let $w_1,w_2,\dots,w_{n-2m}$ be the remaining vertices of $G.$ For each index $i\in\{1,\dots,n-2m\}$ we can choose an index $j_i\in\{1,\dots,m\}$ such that either $u_{j_i}w_i\in E$ or $v_{j_i}w_i\in E.$ Then the set $D=\{u_1,\dots,u_m\}\cup\{v_{j_1},\dots,v_{j_{n-2m}}\}$ is a dominating set of size $d=|D|.$
Case 1. If $n-2m\le m$ then $d\le m+(n-2m)=n-m\le n-\frac n3=\frac{2n}3.$
Case 2. If $n-2m\ge m$ then $d\le2m\le\frac{2n}3.$
In either case we have $d\le\frac{2n}3.$